Add UniswapBridge and Eth2DaiBridge deployments to testnet migration script

This commit is contained in:
Amir Bandeali
2019-11-14 08:58:21 -08:00
parent f81a99565e
commit fe06f41136
2 changed files with 23 additions and 2 deletions

View File

@@ -303,6 +303,8 @@ export async function runMigrationsAsync(
zrxVault: zrxVault.address,
staking: stakingLogic.address,
stakingProxy: stakingProxy.address,
uniswapBridge: constants.NULL_ADDRESS,
eth2DaiBridge: constants.NULL_ADDRESS,
};
return contractAddresses;