Skip to content

Commit

Permalink
chore: v1_7_cube
Browse files Browse the repository at this point in the history
  • Loading branch information
JoowonYun committed Feb 14, 2025
1 parent a9284f3 commit d3041c1
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions app/upgrades/v1_7/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,18 @@ package v1_7
import (
store "cosmossdk.io/store/types"

ratelimittypes "github.com/cosmos/ibc-apps/modules/rate-limiting/v8/types"

erc20types "github.com/xpladev/ethermint/x/erc20/types"

"github.com/xpladev/xpla/app/upgrades"
)

const (
UpgradeName = "v1_7"
UpgradeName = "v1_7_cube"
)

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: store.StoreUpgrades{
Added: []string{
ratelimittypes.ModuleName,
},
Deleted: []string{
erc20types.ModuleName,
},
Added: []string{},
Deleted: []string{},
},
}

0 comments on commit d3041c1

Please sign in to comment.