Skip to content

Commit

Permalink
fix: adjust deploy number. (#2346)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux authored Jan 9, 2025
1 parent c38136a commit 48eaf9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { deploymentWithGovernanceProposal } = require("../../utils/deploy");

module.exports = deploymentWithGovernanceProposal(
{
deployName: "109_ousd_upgrade",
deployName: "115_ousd_upgrade",
forceDeploy: false,
//forceSkip: true,
reduceQueueTime: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { deploymentWithGovernanceProposal } = require("../../utils/deploy");

module.exports = deploymentWithGovernanceProposal(
{
deployName: "110_oeth_upgrade",
deployName: "116_oeth_upgrade",
forceDeploy: false,
//forceSkip: true,
reduceQueueTime: true,
Expand Down

0 comments on commit 48eaf9a

Please sign in to comment.