@0x/migrations
: Fix FQT deployment
This commit is contained in:
parent
889b58a914
commit
52d36f5a8b
@ -17,6 +17,10 @@
|
||||
{
|
||||
"note": "Update EP migration.",
|
||||
"pr": 2657
|
||||
},
|
||||
{
|
||||
"note": "Add mooniswap addresses to `BridgeAdapter` deployment",
|
||||
"pr": 2692
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -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,
|
||||
},
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user