Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( UpgradeName = "v8" EvmosAirdropDistributor = "stride10dy5pmc2fq7fnmufjfschkfrxaqnpykl6ezy5j" EvmosAirdropIdentifier = "evmos" EvmosChainId = "evmos_9001-2" AirdropDuration = time.Hour * 24 * 30 * 12 * 3 // 3 years ResetAirdropIdentifiers = []string{"stride", "gaia", "osmosis", "juno", "stars"} AirdropStartTime = time.Date(2023, 4, 3, 16, 0, 0, 0, time.UTC) // April 3, 2023 @ 16:00 UTC (12:00 EST) )
Functions ¶
func CreateUpgradeHandler ¶
func CreateUpgradeHandler( mm *module.Manager, configurator module.Configurator, cdc codec.Codec, claimKeeper claimkeeper.Keeper, autopilotKeeper autopilotkeeper.Keeper, ) upgradetypes.UpgradeHandler
CreateUpgradeHandler creates an SDK upgrade handler for v8
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.