Skip to content

Commit

Permalink
Fix upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed Jan 23, 2025
1 parent 8eaf861 commit ce2ec2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/upgrades/v23/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
package v23

import (
storetypes "cosmossdk.io/store/types"

"github.com/cosmos/gaia/v23/app/upgrades"
lsmtypes "github.com/cosmos/gaia/v23/x/lsm/types"
)

const (
Expand All @@ -12,4 +15,9 @@ const (
var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: storetypes.StoreUpgrades{
Added: []string{
lsmtypes.ModuleName,
},
},
}

0 comments on commit ce2ec2c

Please sign in to comment.