@0x/migrations: Remove mooniswapRegistry from BridgeAdapter addreses

This commit is contained in:
Lawrence Forman 2020-09-03 01:21:21 -04:00
parent 3733d503db
commit ca63bcc9b0

View File

@ -324,7 +324,6 @@ export async function runMigrationsAsync(
uniswapV2Router: NULL_ADDRESS, uniswapV2Router: NULL_ADDRESS,
uniswapExchangeFactory: NULL_ADDRESS, uniswapExchangeFactory: NULL_ADDRESS,
mStable: NULL_ADDRESS, mStable: NULL_ADDRESS,
mooniswapRegistry: NULL_ADDRESS,
weth: etherToken.address, weth: etherToken.address,
}, },
); );