diff --git a/deployments/mainnet/weth/migrations/1719835184_update_rseth_and_weth_pricefeed.ts b/deployments/mainnet/weth/migrations/1719835184_update_rseth_and_weth_pricefeed.ts index 47fd4552e..015b2caec 100644 --- a/deployments/mainnet/weth/migrations/1719835184_update_rseth_and_weth_pricefeed.ts +++ b/deployments/mainnet/weth/migrations/1719835184_update_rseth_and_weth_pricefeed.ts @@ -74,7 +74,7 @@ export default migration('1719835184_update_rseth_and_weth_pricefeed', { }, async enacted(): Promise { - return false; + return true; }, async verify(deploymentManager: DeploymentManager) {