Skip to content

Commit

Permalink
set quorum to .2%
Browse files Browse the repository at this point in the history
  • Loading branch information
cupOJoseph committed Feb 1, 2024
1 parent 40ccb9d commit 76cc6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Registry.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ address constant MAINNET_PROTOCOL_TOKEN = 0x000D636bD52BFc1B3a699165Ef5aa340BEA8
uint256 constant MAINNET_INIT_VOTING_DELAY = 7200;
uint256 constant MAINNET_INIT_VOTING_PERIOD = 50_400;
uint256 constant MAINNET_INIT_PROP_THRESHOLD = 10_000 * 1e18;
uint256 constant MAINNET_INIT_VOTE_QUORUM = 3;
uint256 constant MAINNET_INIT_VOTE_QUORUM = 2;

// Deployment params
address constant MAINNET_TEST_DEPLOYER = 0xA0313248556DeA42fd17B345817Dd5DC5674c1E1;
Expand Down

0 comments on commit 76cc6d1

Please sign in to comment.