make the relayer great again

This commit is contained in:
Alexey 2019-09-26 13:23:35 +03:00
parent a8331eea08
commit ee2772328c
7 changed files with 938 additions and 514 deletions

View file

@ -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()
})
}