Documentation ¶
Index ¶
Constants ¶
View Source
const UpgradeName = "v20"
UpgradeName defines the on-chain upgrade name for the Osmosis v20 upgrade.
Variables ¶
View Source
var Upgrade = upgrades.Upgrade{ UpgradeName: UpgradeName, CreateUpgradeHandler: CreateUpgradeHandler, StoreUpgrades: store.StoreUpgrades{ Added: []string{}, Deleted: []string{}, }, }
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, bpm upgrades.BaseAppParamManager, keepers *keepers.AppKeepers, ) upgradetypes.UpgradeHandler
Types ¶
type IncentivizedCFMMDirectWhenMigrationLinkPresentError ¶
type IncentivizedCFMMDirectWhenMigrationLinkPresentError struct { CFMMPoolID uint64 ConcentratedPoolID uint64 CFMMGaugeID uint64 }
func (IncentivizedCFMMDirectWhenMigrationLinkPresentError) Error ¶
func (e IncentivizedCFMMDirectWhenMigrationLinkPresentError) Error() string
Click to show internal directories.
Click to hide internal directories.