Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
feat: add storage config info for ganache (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri authored Aug 3, 2020
1 parent 6df20e5 commit 69e01a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/ganache.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
provider: "ws://127.0.0.1:8545/"
},
storage: {
enabled: false
enabled: true,
contractAddress: "0x47a2Db5D68751EeAdFBC44851E84AcDB4F7299Cc",
eventsEmitter: {
confirmations: 2
}
},
rns: {
enabled: true,
Expand Down

0 comments on commit 69e01a1

Please sign in to comment.