mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-08 14:52:15 -04:00
init
This commit is contained in:
parent
5ef6e33c78
commit
11f7408def
11 changed files with 3814 additions and 27 deletions
|
@ -13,5 +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()
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue