Skip to content

Commit

Permalink
aftermerge clean
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 24, 2024
1 parent 5fcd546 commit 5e10e83
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 68 deletions.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import (
servicemetrics "github.com/skip-mev/slinky/service/metrics"

v500 "github.com/neutron-org/neutron/v5/app/upgrades/v5.0.0"
v500 "github.com/neutron-org/neutron/v4/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
2 changes: 1 addition & 1 deletion app/upgrades/v5.0.0/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

const (
// UpgradeName defines the on-chain upgrade name.
UpgradeName = "v4.0.1"
UpgradeName = "v5.0.0"
)

var Upgrade = upgrades.Upgrade{
Expand Down
1 change: 0 additions & 1 deletion app/upgrades/v5.0.0/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"fmt"

"cosmossdk.io/errors"
upgradetypes "cosmossdk.io/x/upgrade/types"
"github.com/cosmos/cosmos-sdk/codec"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down
65 changes: 0 additions & 65 deletions app/upgrades/v5.0.0/upgrades_test.go

This file was deleted.

0 comments on commit 5e10e83

Please sign in to comment.