Fix type error in migrations

This commit is contained in:
Alex Kroeger 2020-10-15 23:35:23 -07:00
parent 07ab10b000
commit ac8b08d3cf

View File

@ -406,6 +406,7 @@ export async function runMigrationsAsync(
sushiswapBridge: NULL_ADDRESS, sushiswapBridge: NULL_ADDRESS,
shellBridge: NULL_ADDRESS, shellBridge: NULL_ADDRESS,
dodoBridge: NULL_ADDRESS, dodoBridge: NULL_ADDRESS,
creamBridge: NULL_ADDRESS,
exchangeProxy: exchangeProxy.address, exchangeProxy: exchangeProxy.address,
exchangeProxyAllowanceTarget: exchangeProxyAllowanceTargetAddress, exchangeProxyAllowanceTarget: exchangeProxyAllowanceTargetAddress,
exchangeProxyTransformerDeployer: txDefaults.from, exchangeProxyTransformerDeployer: txDefaults.from,