Skip to content

Commit

Permalink
Fixed deployName in Arb deploy of Pool Booster
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Jan 28, 2025
1 parent 4ca8b45 commit bfab1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/deploy/mainnet/120_pool_booster_curve_arb.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bfab1e2

Please sign in to comment.