Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UpgradeName defines the name of the upgrade. UpgradeName = "v0.4.0" // TestnetUpgradeHeight defines the block height at which the upgrade is // triggered on testnet. This is Jan 14th 2025, around 12:00 PM UTC. // https://explorer.test.mezo.org/block/countdown/1745000 TestnetUpgradeHeight = 1_745_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.