Skip to content

Commit

Permalink
fix: add proposal ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-ux committed Jan 8, 2025
1 parent 7b93180 commit ab7b388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/deploy/mainnet/114_simple_harvester.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = deploymentWithGovernanceProposal(
// forceSkip: true,
reduceQueueTime: true,
deployerIsProposer: false,
// proposalId: "",
proposalId: "24744476590264145931226505760829226060179710806211802903308139275399713774496",
},
async ({ deployWithConfirmation }) => {
const { strategistAddr } = await getNamedAccounts();
Expand Down

0 comments on commit ab7b388

Please sign in to comment.