Skip to content

Commit

Permalink
add ibc rate limits into upgrade handler
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Sep 30, 2024
1 parent 146dce5 commit cfa5400
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/upgrades/v5.0.0/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ package v500

import (
storetypes "cosmossdk.io/store/types"

"github.com/neutron-org/neutron/v5/app/upgrades"
ibcratelimittypes "github.com/neutron-org/neutron/v5/x/ibc-rate-limit/types"
)

const (
Expand All @@ -14,6 +16,6 @@ var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
CreateUpgradeHandler: CreateUpgradeHandler,
StoreUpgrades: storetypes.StoreUpgrades{
Added: []string{},
Added: []string{ibcratelimittypes.ModuleName},
},
}

0 comments on commit cfa5400

Please sign in to comment.