Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UpgradeName defines the name of the upgrade. UpgradeName = "v0.6.0" // TestnetUpgradeHeight defines the block height at which the upgrade is // triggered on testnet. This is Feb 18th 2025, around 12:00 PM UTC. // https://explorer.test.mezo.org/block/countdown/2563000 TestnetUpgradeHeight = 2_563_000 )
Variables ¶
View Source
var Fork = upgrades.Fork{ UpgradeName: UpgradeName, UpgradeHeight: upgradeHeight, BeginForkLogic: RunForkLogic, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.