mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-08-08 23:02:13 -04:00
make the relayer great again
This commit is contained in:
parent
a8331eea08
commit
ee2772328c
7 changed files with 938 additions and 514 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