Skip to content

Commit

Permalink
Update grace period in gov-constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirex committed Aug 2, 2022
1 parent f66eb5c commit a47c99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/gov-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ADDRESSES = {

export const CONSTANTS = {
DELAY: 0,
GRACE_PERIOD: 604800, // 7 days
GRACE_PERIOD: 86400, // 24 hours
MIN_DELAY: 0,
// We can't use there max delay equal to 0 because BridgeExecutorBase
// contract creation fails if minimumDelay >= maximumDelay
Expand Down

0 comments on commit a47c99b

Please sign in to comment.