mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-02 06:16:03 -04:00
test with real DAI and USDT
This commit is contained in:
parent
5006006a20
commit
b8c0c1898f
5 changed files with 242 additions and 10 deletions
|
@ -13,7 +13,7 @@ module.exports = function(deployer, network, accounts) {
|
|||
const miMC = await MiMC.deployed()
|
||||
await ERC20Mixer.link(MiMC, miMC.address)
|
||||
let token = ERC20_TOKEN
|
||||
if(deployer.network !== 'mainnet') {
|
||||
if(token === '') {
|
||||
const tokenInstance = await deployer.deploy(ERC20Mock)
|
||||
token = tokenInstance.address
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue