mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-05 07:44:57 -04:00
show contract's address
This commit is contained in:
parent
de376529ab
commit
857ebd0496
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ module.exports = function(deployer) {
|
|||
const verifier = await Verifier.deployed()
|
||||
const miMC = await MiMC.deployed()
|
||||
await Mixer.link(MiMC, miMC.address)
|
||||
await deployer.deploy(Mixer, verifier.address, AMOUNT, MERKLE_TREE_HEIGHT, EMPTY_ELEMENT)
|
||||
const mixer = await deployer.deploy(Mixer, verifier.address, AMOUNT, MERKLE_TREE_HEIGHT, EMPTY_ELEMENT)
|
||||
console.log("Mixer's address ", mixer.address)
|
||||
})
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue