Skip to content

Commit

Permalink
changed Kovan PolyTokenFaucet address for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloruiz55 committed Jul 24, 2018
1 parent ed35161 commit 1fae0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLI/commands/helpers/contract_addresses.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
},
polyTokenAddress: function() {
if(SELECTED_NETWORK == NETWORKS.KOVAN)
return "0xd8568c6535f1bbd82f84d981bf8ea5ca2336052e";
return "0xb06d72a24df50d4e2cac133b320c5e7de3ef94cb";
else
return JSON.parse(require('fs').readFileSync('./build/contracts/PolyTokenFaucet.json').toString()).networks[SELECTED_NETWORK].address;
},
Expand Down

0 comments on commit 1fae0e4

Please sign in to comment.