Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UpgradeName defines the name of the upgrade. UpgradeName = "v0.3.0" // UpgradeInfo defines the binaries that will be used for the upgrade. UpgradeInfo = `` /* 233-byte string literal not displayed */ // TestnetUpgradeHeight defines the block height at which the upgrade is // triggered on testnet. This is Dec 17th 2024, around 11:00 AM UTC. // https://explorer.test.mezo.org/block/countdown/1093500 TestnetUpgradeHeight = 1_093_500 )
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.