Skip to content

Commit

Permalink
fix: register blob store key in v2 (#3465)
Browse files Browse the repository at this point in the history
Closes #3464
  • Loading branch information
rootulp authored May 10, 2024
1 parent a20edd1 commit ea721d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,17 +325,18 @@ func versionedStoreKeys() map[uint64][]string {
authtypes.StoreKey,
authzkeeper.StoreKey,
banktypes.StoreKey,
blobtypes.StoreKey,
capabilitytypes.StoreKey,
distrtypes.StoreKey,
evidencetypes.StoreKey,
feegrant.StoreKey,
govtypes.StoreKey,
ibchost.StoreKey,
ibctransfertypes.StoreKey,
icahosttypes.StoreKey,
icahosttypes.StoreKey, // added in v2
minttypes.StoreKey,
packetforwardtypes.StoreKey,
signaltypes.StoreKey,
packetforwardtypes.StoreKey, // added in v2
signaltypes.StoreKey, // added in v2
slashingtypes.StoreKey,
stakingtypes.StoreKey,
upgradetypes.StoreKey,
Expand Down

0 comments on commit ea721d3

Please sign in to comment.