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,