Skip to content

Commit

Permalink
fix tiers
Browse files Browse the repository at this point in the history
  • Loading branch information
awojciak committed Nov 22, 2023
1 parent fc6d58a commit 85a4840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/consts/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,10 @@ export const WSOL_POSITION_INIT_LAMPORTS = new BN(6164600)

export const WSOL_POOL_INIT_LAMPORTS = new BN(106000961)

export const minimumRangesForTiers = [20, 20, 20, 20, 74, 80, 64, 28, 28, 28, 28]
export const minimumRangesForTiers = [20, 20, 20, 20, 74, 80, 64, 28, 28, 28, 28, 28]

export const maxSafeConcentrationsForTiers = [
400.52, 400.52, 400.52, 400.52, 41.49, 21.47, 8.13, 5.45, 5.45, 5.45, 5.45
400.52, 400.52, 400.52, 400.52, 41.49, 21.47, 8.13, 5.45, 5.45, 5.45, 5.45, 5.45
]

export const ALL_FEE_TIERS_DATA = FEE_TIERS.map((tier, index) => ({
Expand Down

0 comments on commit 85a4840

Please sign in to comment.