Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
3xHarry committed May 8, 2023
1 parent e9f0d69 commit 9a6bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/TimeLock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contract TimeLock {

address public policy;

uint32 public constant MIN_DELAY = 3 days;
uint32 public constant MIN_DELAY = 7 days;
uint32 public constant MAX_DELAY = 30 days;
uint32 public constant GRACE_PERIOD = 14 days;

Expand Down

0 comments on commit 9a6bfaa

Please sign in to comment.