Skip to content

Commit

Permalink
Proposal 89: Lower Proposal Threshold to 25K (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Mar 29, 2022
1 parent 4a8648e commit 3affca8
Show file tree
Hide file tree
Showing 7 changed files with 62,818 additions and 57,753 deletions.
2 changes: 1 addition & 1 deletion contracts/Governance/GovernorBravoDelegate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contract GovernorBravoDelegate is GovernorBravoDelegateStorageV2, GovernorBravoE
string public constant name = "Compound Governor Bravo";

/// @notice The minimum setable proposal threshold
uint public constant MIN_PROPOSAL_THRESHOLD = 50000e18; // 50,000 Comp
uint public constant MIN_PROPOSAL_THRESHOLD = 1000e18; // 1,000 Comp

/// @notice The maximum setable proposal threshold
uint public constant MAX_PROPOSAL_THRESHOLD = 100000e18; //100,000 Comp
Expand Down
432 changes: 432 additions & 0 deletions contracts/Governance/GovernorBravoDelegateG2.sol

Large diffs are not rendered by default.

Loading

0 comments on commit 3affca8

Please sign in to comment.