Skip to content

Commit

Permalink
fix: add liquidstaketypes.StoreKey in v11 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Dec 1, 2023
1 parent 43c03a7 commit ac91438
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/upgrades/v11/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
store "github.com/cosmos/cosmos-sdk/store/types"

"github.com/persistenceOne/persistenceCore/v11/app/upgrades"
liquidstaketypes "github.com/persistenceOne/pstake-native/v2/x/liquidstake/types"
)

const (
Expand All @@ -15,6 +16,8 @@ var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{
Added: []string{},
Added: []string{
liquidstaketypes.StoreKey,
},
},
}

0 comments on commit ac91438

Please sign in to comment.