Skip to content

Commit

Permalink
feat: support koi-cl 5000 fee tier
Browse files Browse the repository at this point in the history
  • Loading branch information
NgoKimPhu committed Oct 20, 2024
1 parent 8de9e35 commit ecbe100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
Fee450 FeeAmount = 450
Fee750 FeeAmount = 750
Fee2500 FeeAmount = 2500
Fee5000 FeeAmount = 5000

FeeMax FeeAmount = 1000000
)
Expand All @@ -51,6 +52,7 @@ var TickSpacings = map[FeeAmount]int{
Fee750: 15,
FeeMedium: 60,
Fee2500: 60,
Fee5000: 100,
FeeHigh: 200,
}

Expand Down

0 comments on commit ecbe100

Please sign in to comment.