Skip to content

Commit

Permalink
Alpha5: 10 Minutes for proposals phase length
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Nov 21, 2024
1 parent 8080eb5 commit 85cd657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/DiamondDao.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ contract DiamondDao is IDiamondDao, Initializable, ReentrancyGuardUpgradeable, V
///@dev this is the duration of each DAO phase.
///A full DAO cycle consists of 2 phases: Proposal and Voting,
/// therefore the full cycle duration is double that amount.
uint64 public constant DAO_PHASE_DURATION = 2 weeks;
uint64 public constant DAO_PHASE_DURATION = 10 minutes;

address public reinsertPot;
uint256 public createProposalFee;
Expand Down

0 comments on commit 85cd657

Please sign in to comment.