File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ contract GovernorAlpha {
8
8
string public constant name = "Ampleforth Governor Alpha " ;
9
9
10
10
/// @notice The number of votes in support of a proposal required in order for a quorum to be reached and for a vote to succeed
11
- function quorumVotes () public pure returns (uint ) { return 40_000_000e18 ; } // 4% of Forth
11
+ function quorumVotes () public pure returns (uint ) { return 600_000e18 ; } // 4% of Forth
12
12
13
13
/// @notice The number of votes required in order for a voter to become a proposer
14
- function proposalThreshold () public pure returns (uint ) { return 10_000_000e18 ; } // 1% of Forth
14
+ function proposalThreshold () public pure returns (uint ) { return 150_000e18 ; } // 1% of Forth
15
15
16
16
/// @notice The maximum number of actions that can be included in a proposal
17
17
function proposalMaxOperations () public pure returns (uint ) { return 10 ; } // 10 actions
You can’t perform that action at this time.
0 commit comments