Skip to content

Commit

Permalink
revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLieu committed Jan 29, 2024
1 parent 0bbf290 commit 3d6859c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/forks/forks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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
}
Expand Down

0 comments on commit 3d6859c

Please sign in to comment.