Skip to content

Commit

Permalink
fix capcity multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
cryi committed Feb 13, 2024
1 parent 4bf960a commit 7122c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { PeakStatus } from "./types"
export const TEZPEAK_VERSION = "<VERSION>"
export const TEZPEAK_CODENAME = "<CODENAME>"

export const DEPOSIT_LIMIT_STAKING_CAPACITY_MULTIPLIER = 10n
export const DEPOSIT_LIMIT_STAKING_CAPACITY_MULTIPLIER = 9n
export const BLOCK_TIME = 15 * 1000 // 15 seconds in milliseconds

export const EMPTY_PEAK_STATUS: PeakStatus = {
Expand Down

0 comments on commit 7122c62

Please sign in to comment.