Skip to content

Commit

Permalink
added missed stores
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Oct 4, 2023
1 parent c04ef82 commit 08c32e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/upgrades/nextupgrade/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import (
consensusparamtypes "github.com/cosmos/cosmos-sdk/x/consensus/types"
crisistypes "github.com/cosmos/cosmos-sdk/x/crisis/types"
"github.com/neutron-org/neutron/app/upgrades"
dextypes "github.com/neutron-org/neutron/x/dex/types"
epochstypes "github.com/neutron-org/neutron/x/epochs/types"
incentivestypes "github.com/neutron-org/neutron/x/incentives/types"
buildertypes "github.com/skip-mev/pob/x/builder/types"
)

Expand All @@ -21,6 +24,9 @@ var Upgrade = upgrades.Upgrade{
consensusparamtypes.ModuleName,
crisistypes.ModuleName,
buildertypes.ModuleName,
dextypes.StoreKey,
incentivestypes.StoreKey,
epochstypes.StoreKey,
},
},
}

0 comments on commit 08c32e5

Please sign in to comment.