log hasher

This commit is contained in:
Alexey 2021-10-04 14:51:33 +03:00
parent 3b746ec3fc
commit eef612e5ae
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ async function main() {
const Hasher = await await ethers.getContractFactory('Hasher')
const hasher = await Hasher.deploy()
await hasher.deployed()
console.log(`hasher: ${hasher.address}`)
const Pool = await ethers.getContractFactory('TornadoPool')
const tornado = await Pool.deploy(