Skip to content

Commit

Permalink
reafactor(CL): tick spacing 100 upgrade handler (#5782)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Jul 6, 2023
1 parent 7e168bd commit d2a4b16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/upgrades/v16/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ const (
// We want quote asset to be DAI so that when the limit orders on ticks
// are implemented, we have tick spacing in terms of DAI as the quote.
DesiredDenom0 = "uosmo"
// TODO: confirm pre-launch.
TickSpacing = 1
TickSpacing = 100

// isPermissionlessPoolCreationEnabledCL is a boolean that determines if
// concentrated liquidity pools can be created via message. At launch,
Expand Down

0 comments on commit d2a4b16

Please sign in to comment.