Skip to content

Commit

Permalink
fix: adjust number and function signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux committed Feb 3, 2025
1 parent 216486d commit 69b3765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/deploy/mainnet/122_delegate_yield_curve_pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { deploymentWithGovernanceProposal } = require("../../utils/deploy");

module.exports = deploymentWithGovernanceProposal(
{
deployName: "121_pool_booster_curve",
deployName: "122_delegate_yield_curve_pool",
forceDeploy: false,
//forceSkip: true,
reduceQueueTime: true,
Expand All @@ -22,7 +22,7 @@ module.exports = deploymentWithGovernanceProposal(
actions: [
{
contract: OUSD,
signature: "delegateYield",
signature: "delegateYield(address,address)",
args: [addresses.mainnet.CurveOUSDUSDTPool, OUSDUSDTCurvePoolBooster],
},
],
Expand Down

0 comments on commit 69b3765

Please sign in to comment.