diff --git a/contracts/deploy/mainnet/120_pool_booster_curve_arb.js b/contracts/deploy/mainnet/120_pool_booster_curve_arb.js index 248c8cc68f..374d4216b1 100644 --- a/contracts/deploy/mainnet/120_pool_booster_curve_arb.js +++ b/contracts/deploy/mainnet/120_pool_booster_curve_arb.js @@ -15,7 +15,7 @@ const ProxyBytecode = require("../../artifacts/contracts/proxies/Proxies.sol/Cur module.exports = deployOnArb( { - deployName: "119_pool_booster_curve", + deployName: "120_pool_booster_curve", forceDeploy: false, //forceSkip: true, reduceQueueTime: true, diff --git a/contracts/deployments/arbitrumOne/.migrations.json b/contracts/deployments/arbitrumOne/.migrations.json index 8cc91d34ab..45499b9ed9 100644 --- a/contracts/deployments/arbitrumOne/.migrations.json +++ b/contracts/deployments/arbitrumOne/.migrations.json @@ -1,4 +1,5 @@ { "084_deploy_woeth_on_arb": 1707820141, - "088_upgrade_woeth_on_arb": 1710959437 + "088_upgrade_woeth_on_arb": 1710959437, + "120_pool_booster_curve": 1737965774 } \ No newline at end of file diff --git a/contracts/deployments/mainnet/.migrations.json b/contracts/deployments/mainnet/.migrations.json index afb77bcc1d..8f6a29eb1b 100644 --- a/contracts/deployments/mainnet/.migrations.json +++ b/contracts/deployments/mainnet/.migrations.json @@ -102,5 +102,6 @@ "112_ousd_morpho_gauntlet_usdc": 1734483227, "113_ousd_morpho_gauntlet_usdt": 1734560711, "114_simple_harvester": 1736329331, - "117_oeth_fixed_rate_dripper": 1736875175 -} + "117_oeth_fixed_rate_dripper": 1736875175, + "119_pool_booster_curve": 1737965774 +} \ No newline at end of file