@0x/migrations: Fix FQT deployment

This commit is contained in:
Lawrence Forman 2020-09-02 11:54:32 -04:00 committed by Lawrence Forman
parent 889b58a914
commit 52d36f5a8b
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,10 @@
{
"note": "Update EP migration.",
"pr": 2657
},
{
"note": "Add mooniswap addresses to `BridgeAdapter` deployment",
"pr": 2692
}
]
},

View File

@ -314,6 +314,7 @@ export async function runMigrationsAsync(
balancerBridge: NULL_ADDRESS,
curveBridge: NULL_ADDRESS,
kyberBridge: NULL_ADDRESS,
mooniswapBridge: NULL_ADDRESS,
mStableBridge: NULL_ADDRESS,
oasisBridge: NULL_ADDRESS,
uniswapBridge: NULL_ADDRESS,
@ -323,6 +324,7 @@ export async function runMigrationsAsync(
uniswapV2Router: NULL_ADDRESS,
uniswapExchangeFactory: NULL_ADDRESS,
mStable: NULL_ADDRESS,
mooniswapRegistry: NULL_ADDRESS,
weth: etherToken.address,
},
);