From 6215ef6dacd3994880affd3394b170c6ff4ac319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 27 Jan 2025 09:17:41 +0100 Subject: [PATCH 1/2] fix: adjust deployName. --- contracts/deploy/mainnet/120_pool_booster_curve_arb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From 810c52c5a1d1d6362281e04d45e415986de66dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 27 Jan 2025 09:18:18 +0100 Subject: [PATCH 2/2] fix: deploy 119 and 120. --- contracts/deployments/arbitrumOne/.migrations.json | 3 ++- contracts/deployments/mainnet/.migrations.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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