diff --git a/deployments/optimism/weth/migrations/1722506088_add_usdt_and_usdc_as_collaterals.ts b/deployments/optimism/weth/migrations/1722506088_add_usdt_and_usdc_as_collaterals.ts index 577f23af7..d4269222f 100644 --- a/deployments/optimism/weth/migrations/1722506088_add_usdt_and_usdc_as_collaterals.ts +++ b/deployments/optimism/weth/migrations/1722506088_add_usdt_and_usdc_as_collaterals.ts @@ -181,8 +181,8 @@ export default migration('1722506088_add_usdt_and_usdc_as_collaterals', { trace(`Created proposal ${proposalId}.`); }, - async enacted(): Promise { - return false; + async enacted(deploymentManager: DeploymentManager): Promise { + return true; }, async verify(deploymentManager: DeploymentManager) {