From 3d6859cdcc8144af4e01e93670d9dfb5f6248b9e Mon Sep 17 00:00:00 2001 From: Dong Lieu Date: Tue, 30 Jan 2024 01:34:56 +0700 Subject: [PATCH] revert comment --- app/upgrades/forks/forks.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/upgrades/forks/forks.go b/app/upgrades/forks/forks.go index 76865721a..dbf595958 100644 --- a/app/upgrades/forks/forks.go +++ b/app/upgrades/forks/forks.go @@ -20,7 +20,7 @@ func runForkLogicSwapDisable(ctx sdk.Context, keppers *keepers.AppKeepers, _ *mo // Disable IBC Channels channelIDs := []string{ - "channel-1", // terra + "channel-1", // Osmosis "channel-49", // Crescent "channel-20", // Juno } @@ -40,7 +40,7 @@ func runForkLogicIbcEnable(ctx sdk.Context, keppers *keepers.AppKeepers, _ *modu if ctx.ChainID() == core.ColumbusChainID { // Enable IBC Channels channelIDs := []string{ - "channel-1", // terra + "channel-1", // Osmosis "channel-49", // Crescent "channel-20", // Juno }