Skip to content

Commit

Permalink
feat: update epoch target to preview countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Nov 15, 2023
1 parent 0df3ebf commit b0747fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ONE_YEAR_MILLISECOND = ONE_DAY_MILLISECOND * 365
export const ONE_HOUR_SECOND = 60 * 60
export const ONE_HOUR_MILLISECOND = ONE_HOUR_SECOND * 1000
export const ONE_MINUTE_SECOND = 60
export const EPOCHS_PER_HALVING = 8760
export const EPOCHS_PER_HALVING = 8732.5
export const THEORETICAL_EPOCH_TIME = 1000 * 60 * 60 * 4 // 4 hours
export const IS_MAINTAINING = process.env.REACT_APP_IS_MAINTAINING === 'true'

Expand Down

0 comments on commit b0747fe

Please sign in to comment.