From ac8b08d3cf25c2caa87f5e4f523356a57d303a11 Mon Sep 17 00:00:00 2001 From: Alex Kroeger Date: Thu, 15 Oct 2020 23:35:23 -0700 Subject: [PATCH] Fix type error in migrations --- packages/migrations/src/migration.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/migrations/src/migration.ts b/packages/migrations/src/migration.ts index ae09eb2e6f..542eb7786f 100644 --- a/packages/migrations/src/migration.ts +++ b/packages/migrations/src/migration.ts @@ -406,6 +406,7 @@ export async function runMigrationsAsync( sushiswapBridge: NULL_ADDRESS, shellBridge: NULL_ADDRESS, dodoBridge: NULL_ADDRESS, + creamBridge: NULL_ADDRESS, exchangeProxy: exchangeProxy.address, exchangeProxyAllowanceTarget: exchangeProxyAllowanceTargetAddress, exchangeProxyTransformerDeployer: txDefaults.from,