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 Nov 15, 2023
1 parent 472b742 commit 50395ae
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 = 8732.5
export const EPOCHS_PER_HALVING = 8733
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 50395ae

Please sign in to comment.