Skip to content

Commit

Permalink
Wiring up aggregator and contract (#489)
Browse files Browse the repository at this point in the history
* Wiring up aggregator with the contract through environment variables and fixing some bugs
* Wiring up aggregator with contract and fixing bugs from end-to-end testing. IT WORKS!!!
  • Loading branch information
willmeister committed Oct 3, 2019
1 parent f9a6158 commit a389231
Show file tree
Hide file tree
Showing 15 changed files with 973 additions and 46 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ npm-debug.log
/**/package-lock.json

/**/*.log

/**/*.env
/**/.env
5 changes: 5 additions & 0 deletions packages/example-rollup/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DEBUG=*info*,*error*,*debug*

JSON_RPC_URL='HTTP://127.0.0.1:7545'
ROLLUP_CONTRACT_ADDRESS='0x6f8dB9da806EF71de7719dCa168325ac0a30351D'
WALLET_MNEMONIC='your mnemonic here'

0 comments on commit a389231

Please sign in to comment.