Skip to content

Commit b814ab7

Browse files
committed
Set mainnet upgrade height
Set mainnet upgrade height
1 parent 98d22a6 commit b814ab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/params_mainnet.go

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

102-
// 2024-04-02T14:00:00Z - Epoch will be updated in final release
103-
var UpgradeDragonHeight = abi.ChainEpoch(999999999999999)
102+
// 2024-04-11T14:00:00Z
103+
var UpgradeDragonHeight = abi.ChainEpoch(3817920)
104104

105105
// This epoch, 120 epochs after the "rest" of the nv22 upgrade, is when we switch to Drand quicknet
106106
// 2024-04-02T15:00:00Z

0 commit comments

Comments
 (0)