Skip to content

Commit

Permalink
voting period
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Jun 18, 2024
1 parent 5983328 commit 13c516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/governance/RingDAO.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ contract RingDAO is
initializer
{
__Governor_init(name);
__GovernorSettings_init(1 days, 1 weeks, 1_000_000 * 1e18);
__GovernorSettings_init(1 days, 2 weeks, 1_000_000 * 1e18);
__GovernorCountingSimple_init();
__GovernorVotes_init(_token);
__GovernorTimelockControl_init(_timelock);
Expand Down

0 comments on commit 13c516f

Please sign in to comment.