Skip to content

Commit

Permalink
Include parameter change in upgrade of pDAO quorum to 30%
Browse files Browse the repository at this point in the history
  • Loading branch information
kanewallmann committed Sep 18, 2024
1 parent fbdeaa1 commit 8f6c782
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/contract/upgrade/RocketUpgradeOneDotThreeDotOne.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ contract RocketUpgradeOneDotThreeDotOne is RocketBase {

// Note: rocketMinipool abi has not changed so does not require updating

// Modify pDAO quorum to 30% per RPIP-63
bytes32 settingNameSpace = keccak256(abi.encodePacked("dao.protocol.setting.", "proposals"));
setUint(keccak256(abi.encodePacked(settingNameSpace, "proposal.quorum")), 0.30 ether);

// Apply ETH matched corrections
RocketNetworkSnapshotsInterface rocketNetworkSnapshots = RocketNetworkSnapshotsInterface(getContractAddress("rocketNetworkSnapshots"));
bytes32 key;
Expand Down

0 comments on commit 8f6c782

Please sign in to comment.