mirror of
https://github.com/tornadocash/tornado-nova
synced 2024-02-02 14:53:56 +01:00
lint fix
This commit is contained in:
parent
6fa861ce8f
commit
29a804fb93
@ -67,9 +67,7 @@ describe('TornadoPool', function () {
|
|||||||
multisig.address,
|
multisig.address,
|
||||||
)
|
)
|
||||||
|
|
||||||
const { data } = await tornadoPoolImpl.populateTransaction.initialize(
|
const { data } = await tornadoPoolImpl.populateTransaction.initialize(MAXIMUM_DEPOSIT_AMOUNT)
|
||||||
MAXIMUM_DEPOSIT_AMOUNT,
|
|
||||||
)
|
|
||||||
const proxy = await deploy(
|
const proxy = await deploy(
|
||||||
'CrossChainUpgradeableProxy',
|
'CrossChainUpgradeableProxy',
|
||||||
tornadoPoolImpl.address,
|
tornadoPoolImpl.address,
|
||||||
|
Loading…
Reference in New Issue
Block a user