Skip to content

Commit

Permalink
rm upgrade v4
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 23, 2024
1 parent fd5f7c7 commit fc24a82
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 206 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
oracleclient "github.com/skip-mev/slinky/service/clients/oracle"
servicemetrics "github.com/skip-mev/slinky/service/metrics"

v401 "github.com/neutron-org/neutron/v5/app/upgrades/v4.0.1"
v500 "github.com/neutron-org/neutron/v5/app/upgrades/v5.0.0"
"github.com/neutron-org/neutron/v5/x/globalfee"
globalfeetypes "github.com/neutron-org/neutron/v5/x/globalfee/types"

Expand Down Expand Up @@ -221,7 +221,7 @@ const (
)

var (
Upgrades = []upgrades.Upgrade{v401.Upgrade}
Upgrades = []upgrades.Upgrade{v500.Upgrade}

// DefaultNodeHome default home directories for the application daemon
DefaultNodeHome string
Expand Down
2 changes: 2 additions & 0 deletions app/upgrades/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
slashingkeeper "github.com/cosmos/cosmos-sdk/x/slashing/keeper"
capabilitykeeper "github.com/cosmos/ibc-go/modules/capability/keeper"
ccvconsumerkeeper "github.com/cosmos/interchain-security/v5/x/ccv/consumer/keeper"
dexkeeper "github.com/neutron-org/neutron/v5/x/dex/keeper"
auctionkeeper "github.com/skip-mev/block-sdk/v2/x/auction/keeper"
feemarketkeeper "github.com/skip-mev/feemarket/x/feemarket/keeper"
marketmapkeeper "github.com/skip-mev/slinky/x/marketmap/keeper"
Expand Down Expand Up @@ -64,6 +65,7 @@ type UpgradeKeepers struct {
MarketmapKeeper *marketmapkeeper.Keeper
FeeMarketKeeper *feemarketkeeper.Keeper
DynamicfeesKeeper *dynamicfeeskeeper.Keeper
DexKeeper *dexkeeper.Keeper
// subspaces
GlobalFeeSubspace paramtypes.Subspace
CcvConsumerSubspace paramtypes.Subspace
Expand Down
32 changes: 0 additions & 32 deletions app/upgrades/v4.0.1/constants.go

This file was deleted.

27 changes: 0 additions & 27 deletions app/upgrades/v4.0.1/upgrades.go

This file was deleted.

145 changes: 0 additions & 145 deletions app/upgrades/v4.0.1/upgrades_test.go

This file was deleted.

0 comments on commit fc24a82

Please sign in to comment.