Skip to content

Commit

Permalink
fix: update OETH deployment skip upgrade safety. (#2347)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux authored Jan 9, 2025
1 parent 48eaf9a commit fcbc521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/deploy/mainnet/116_oeth_upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = deploymentWithGovernanceProposal(
const cOETHProxy = await ethers.getContract("OETHProxy");

// Deploy new version of OETH contract
const dOETHImpl = await deployWithConfirmation("OETH", []);
const dOETHImpl = await deployWithConfirmation("OETH", [], undefined, true);

// Governance Actions
// ----------------
Expand Down

0 comments on commit fcbc521

Please sign in to comment.