Skip to content

Commit

Permalink
Update src/constants/common.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Freder <[email protected]>
  • Loading branch information
FrederLu authored Oct 16, 2023
1 parent 1ed1108 commit c88277d
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 @@ -13,7 +13,7 @@ export const EPOCH_HOURS = 4
export const ONE_DAY_SECOND = 24 * 60 * 60
export const ONE_HOUR_SECOND = 60 * 60
export const ONE_MINUTE_SECOND = 60
export const EPOCHS_PER_HALVING = 8531
export const EPOCHS_PER_HALVING = 8554.6
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 c88277d

Please sign in to comment.