fix tests, reorder constructor parameters

This commit is contained in:
poma 2019-10-06 08:36:01 +03:00
parent a77c04ea5a
commit c889a88b4d
5 changed files with 27 additions and 18 deletions

View file

@ -20,11 +20,11 @@ module.exports = function(deployer, network, accounts) {
const mixer = await deployer.deploy(
ERC20Mixer,
verifier.address,
TOKEN_AMOUNT,
MERKLE_TREE_HEIGHT,
EMPTY_ELEMENT,
accounts[0],
token,
TOKEN_AMOUNT
)
console.log('ERC20Mixer\'s address ', mixer.address)
})