Skip to content

Commit

Permalink
fix: constant for renewal period duration on both mainnets
Browse files Browse the repository at this point in the history
  • Loading branch information
martillansky committed Aug 27, 2024
1 parent 1cda78f commit d3fd735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/consts/consts-mainnets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const InitParams: InitParamSet = {
REQUEST_BASE_DEPOSIT_MAINNET: 47500000000000000n, // 0.0475 ETHs
REQUEST_BASE_DEPOSIT_SIDECHAIN: 110000000000000000000n, // 110 XDAI
HUMANITY_LIFESPAN: 31557600,
RENEWAL_DURATION: 28512000, // One month before expiration
RENEWAL_DURATION: 2592000, // One month before expiration
CHALLENGE_DURATION: 302400,
FAILED_REV_COOL_DOWN: 302400,
SHARED_MULTIPLIER: 10000,
Expand Down

0 comments on commit d3fd735

Please sign in to comment.