Skip to content

Commit

Permalink
add storages
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Oct 5, 2023
1 parent 4d4bfb3 commit b56ebaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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,7 @@ var Upgrade = upgrades.Upgrade{
consensusparamtypes.ModuleName,
crisistypes.ModuleName,
buildertypes.ModuleName,
dextypes.StoreKey, incentivestypes.StoreKey, epochstypes.StoreKey,
},
},
}

0 comments on commit b56ebaf

Please sign in to comment.