Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/baseswap-v3'
Browse files Browse the repository at this point in the history
  • Loading branch information
NgoKimPhu committed Oct 5, 2024
2 parents 038c00b + 44e122a commit 2881078
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 @@ -27,6 +27,7 @@ const (
FeeHigh FeeAmount = 10000

// These FeeTiers are used in other dexes such as BaseSwapV3, ArbiDexV3.
Fee1 FeeAmount = 1
Fee80 FeeAmount = 80
Fee450 FeeAmount = 450
Fee2500 FeeAmount = 2500
Expand All @@ -36,6 +37,7 @@ const (

// The default factory tick spacings by fee amount.
var TickSpacings = map[FeeAmount]int{
Fee1: 1,
Fee80: 1,
FeeLowest: 1,
Fee200: 4,
Expand Down

0 comments on commit 2881078

Please sign in to comment.