Skip to content

Commit

Permalink
Change addMinter account to (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gichiba committed Apr 16, 2019
1 parent 53830d2 commit 7d02702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/4_nifty_minter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const VoluntaryCarbonUnit = artifacts.require('./VoluntaryCarbonUnit.sol');
// eslint-disable-next-line no-unused-vars
module.exports = async (deployer) => {
const vcu = await VoluntaryCarbonUnit.deployed();
await vcu.addMinter('0xb77d57f4959eafa0339424b83fcfaf9c15407461');
await vcu.addMinter('0x9df24e73f40b2a911eb254a8825103723e13209c');
};

0 comments on commit 7d02702

Please sign in to comment.