Skip to content

Commit

Permalink
Add proposal ID
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Apr 26, 2024
1 parent 3e66dd3 commit b791f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/deploy/091_simplified_oeth_vault.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = deploymentWithGovernanceProposal(
// forceSkip: true,
// onlyOnFork: true, // this is only executed in forked environment
reduceQueueTime: true, // just to solve the issue of later active proposals failing
proposalId: "",
proposalId:
"115324645974339614256957686144083128142732871333625430716165228599583774495641",
},
async ({ ethers }) => {
const cOETHVaultProxy = await ethers.getContract("OETHVaultProxy");
Expand Down

0 comments on commit b791f17

Please sign in to comment.