Skip to content

Commit ee916fd

Browse files
committed
chore: set nv24 upgrade epochs (#12660)
- Sets UpgradeTuktukHeight to epoch 4461240 - Sets F3BootstrapEpoch to epoch 4501560
1 parent 5a6edf1 commit ee916fd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build/buildconstants/params_mainnet.go

+5-3
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ const UpgradePhoenixHeight abi.ChainEpoch = UpgradeDragonHeight + 120
109109
// 2024-08-06T12:00:00Z
110110
const UpgradeWaffleHeight abi.ChainEpoch = 4154640
111111

112-
// ??????
113-
var UpgradeTuktukHeight = abi.ChainEpoch(9999999999)
112+
// 2024-11-20T23:00:00Z
113+
var UpgradeTuktukHeight = abi.ChainEpoch(4461240)
114114

115115
// FIP-0081: for the power actor state for pledge calculations.
116116
// UpgradeTuktukPowerRampDurationEpochs ends up in the power actor state after
@@ -188,4 +188,6 @@ var F3ManifestServerID = MustParseID("12D3KooWENMwUF9YxvQxar7uBWJtZkA6amvK4xWmKX
188188
var F3InitialPowerTableCID = cid.Undef
189189

190190
const F3Enabled = true
191-
const F3BootstrapEpoch abi.ChainEpoch = -1
191+
192+
// 2024-12-04T23:00:00Z
193+
const F3BootstrapEpoch abi.ChainEpoch = 4501560

0 commit comments

Comments
 (0)