Skip to content

Commit

Permalink
remove icq from store upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiandre committed Jul 5, 2024
1 parent c17202b commit 18621fb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/upgrades/v23/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package v23

import (
store "github.com/cosmos/cosmos-sdk/store/types"
icqtypes "github.com/cosmos/ibc-apps/modules/async-icq/v7/types"

"github.com/CosmosContracts/juno/v23/app/upgrades"
)
Expand All @@ -13,10 +12,5 @@ const UpgradeName = "v23"
var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateV23UpgradeHandler,
StoreUpgrades: store.StoreUpgrades{
Added: []string{
// updated modules
icqtypes.ModuleName,
},
},
StoreUpgrades: store.StoreUpgrades{},
}

0 comments on commit 18621fb

Please sign in to comment.