Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UpgradeName = "v22" OsmosisChainId = "osmosis-1" DydxChainId = "dydx-mainnet-1" MaxMessagesPerIcaByHost = map[string]uint64{ OsmosisChainId: 150, DydxChainId: 60, } )
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, stakeibcKeeper stakeibckeeper.Keeper, ) upgradetypes.UpgradeHandler
CreateUpgradeHandler creates an SDK upgrade handler for v22
func MigrateHostZones ¶
func MigrateHostZones(ctx sdk.Context, k stakeibckeeper.Keeper)
Add the MaxMessagesPerIcaTx parameter to each host zone
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.