mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-02 14:26:06 -04:00
fix tests, reorder constructor parameters
This commit is contained in:
parent
a77c04ea5a
commit
c889a88b4d
5 changed files with 27 additions and 18 deletions
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue