Skip to content

Commit

Permalink
Add proposal ID
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Nov 26, 2024
1 parent 12d2796 commit 5b16395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contracts/deploy/mainnet/111_morpho_wrap_and_transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ module.exports = deploymentWithGovernanceProposal(
deployName: "111_morpho_wrap_and_transfer",
forceDeploy: false,
// forceSkip: true,
skipSimulation: true,
reduceQueueTime: true,
deployerIsProposer: false,
proposalId: "",
proposalId:
"52303668283507532886105041405617076369748861896782994594114630508874108983718",
},
async () => {
const { strategistAddr } = await getNamedAccounts();
Expand Down
3 changes: 2 additions & 1 deletion contracts/deployments/mainnet/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,6 @@
"105_ousd_remove_flux_strat": 1724650407,
"106_ousd_metamorpho_usdc": 1725548135,
"107_arm_buyback": 1726909418,
"109_3rd_native_ssv_staking": 1731456871
"109_3rd_native_ssv_staking": 1731456871,
"111_morpho_wrap_and_transfer": 1732639817
}

0 comments on commit 5b16395

Please sign in to comment.