mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
log hasher
This commit is contained in:
parent
3b746ec3fc
commit
eef612e5ae
@ -23,6 +23,7 @@ async function main() {
|
|||||||
const Hasher = await await ethers.getContractFactory('Hasher')
|
const Hasher = await await ethers.getContractFactory('Hasher')
|
||||||
const hasher = await Hasher.deploy()
|
const hasher = await Hasher.deploy()
|
||||||
await hasher.deployed()
|
await hasher.deployed()
|
||||||
|
console.log(`hasher: ${hasher.address}`)
|
||||||
|
|
||||||
const Pool = await ethers.getContractFactory('TornadoPool')
|
const Pool = await ethers.getContractFactory('TornadoPool')
|
||||||
const tornado = await Pool.deploy(
|
const tornado = await Pool.deploy(
|
||||||
|
Loading…
Reference in New Issue
Block a user