Skip to content

Commit

Permalink
fix: include crisis module in upgrade store loader (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey authored Oct 17, 2024
1 parent 4d9b4f5 commit f998e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upgrade/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
upgradetypes "cosmossdk.io/x/upgrade/types"
"github.com/cosmos/cosmos-sdk/baseapp"
consensustypes "github.com/cosmos/cosmos-sdk/x/consensus/types"
crisistypes "github.com/cosmos/cosmos-sdk/x/crisis/types"
authoritytypes "github.com/noble-assets/authority/types"
)

Expand All @@ -13,6 +14,7 @@ func CreateStoreLoader(upgradeHeight int64) baseapp.StoreLoader {
Added: []string{
// Cosmos Modules
consensustypes.StoreKey,
crisistypes.StoreKey,
// Noble Modules
authoritytypes.ModuleName,
},
Expand Down

0 comments on commit f998e11

Please sign in to comment.