From d2a4b16d8c7f49d14ba37605c071d8f782e69582 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 6 Jul 2023 15:41:40 -0400 Subject: [PATCH] reafactor(CL): tick spacing 100 upgrade handler (#5782) --- app/upgrades/v16/upgrades.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/upgrades/v16/upgrades.go b/app/upgrades/v16/upgrades.go index 506406bfd3b..65fa1b769c6 100644 --- a/app/upgrades/v16/upgrades.go +++ b/app/upgrades/v16/upgrades.go @@ -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,