From fcbc5217eeb97d42914567c5003b89773ed17979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= <55331875+clement-ux@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:16:51 +0100 Subject: [PATCH] fix: update OETH deployment skip upgrade safety. (#2347) --- contracts/deploy/mainnet/116_oeth_upgrade.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/deploy/mainnet/116_oeth_upgrade.js b/contracts/deploy/mainnet/116_oeth_upgrade.js index 82f5051570..7bbcc7ed6f 100644 --- a/contracts/deploy/mainnet/116_oeth_upgrade.js +++ b/contracts/deploy/mainnet/116_oeth_upgrade.js @@ -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 // ----------------