mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-12-10 14:16:03 -05:00
gsn fail testcase
This commit is contained in:
parent
59cdc0d686
commit
dee1c6140a
4 changed files with 109 additions and 9 deletions
|
|
@ -13,6 +13,6 @@ module.exports = function(deployer, network, accounts) {
|
|||
await ETHMixer.link(MiMC, miMC.address)
|
||||
const mixer = await deployer.deploy(ETHMixer, verifier.address, ETH_AMOUNT, MERKLE_TREE_HEIGHT, EMPTY_ELEMENT, accounts[0])
|
||||
console.log('ETHMixer\'s address ', mixer.address)
|
||||
// const tx = await mixer.initialize()
|
||||
const tx = await mixer.initialize()
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue