Skip to content

Commit f0b9af5

Browse files
committed
Update epoch heights (#11637)
Update epoch heights
1 parent c04dec7 commit f0b9af5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/params_calibnet.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ const UpgradeWatermelonFixHeight = 1070494
8989
// 2023-11-21T13:00:00Z
9090
const UpgradeWatermelonFix2Height = 1108174
9191

92-
// 2024-02-27T14:00:00Z
93-
const UpgradeDragonHeight = 1390534
92+
// 2024-03-06T14:00:00Z
93+
const UpgradeDragonHeight = 1413574
9494

9595
// This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
9696
const UpgradePhoenixHeight = UpgradeDragonHeight + 120

build/params_mainnet.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ const UpgradeThunderHeight = UpgradeLightningHeight + 2880*21
9999
// 2023-12-12T13:30:00Z
100100
const UpgradeWatermelonHeight = 3469380
101101

102-
// ??????
103-
var UpgradeDragonHeight = abi.ChainEpoch(999999999999999)
102+
// 2024-04-02T14:00:00Z
103+
var UpgradeDragonHeight = abi.ChainEpoch(3792000)
104104

105105
// This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
106-
// ??????
106+
// 2024-04-02T15:00:00Z
107107
var UpgradePhoenixHeight = UpgradeDragonHeight + 120
108108

109109
// This fix upgrade only ran on calibrationnet

0 commit comments

Comments
 (0)