Skip to content

Commit

Permalink
Added proposal ids to deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed Dec 18, 2024
1 parent 9bba8d0 commit 6fbc97a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contracts/deploy/mainnet/112_ousd_morpho_gauntlet_usdc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = deploymentWithGovernanceProposal(
// forceSkip: true,
// reduceQueueTime: true,
deployerIsProposer: false,
// proposalId: "",
proposalId:
"75087811221559915489997248701865604408180819987973892712738892811928200381194",
},
async ({ deployWithConfirmation, getTxOpts, withConfirmation }) => {
// Current OUSD Vault contracts
Expand Down
3 changes: 2 additions & 1 deletion contracts/deploy/mainnet/113_ousd_morpho_gauntlet_usdt.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = deploymentWithGovernanceProposal(
// forceSkip: true,
// reduceQueueTime: true,
deployerIsProposer: false,
// proposalId: "",
proposalId:
"81633492285999845572989946154472567378435839827604776411913516896058378421073",
},
async ({ deployWithConfirmation, getTxOpts, withConfirmation }) => {
// Current OUSD Vault contracts
Expand Down

0 comments on commit 6fbc97a

Please sign in to comment.