Skip to content

Commit a28fcea

Browse files
committed
Correct epoch to match specified date
1 parent 37a0dca commit a28fcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/params_calibnet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const UpgradeSharkHeight = 16800 // 6 days after genesis
7474
const UpgradeHyggeHeight = 322354
7575

7676
// 2023-04-20T14:00:00Z
77-
const UpgradeLightningHeight = 489154
77+
const UpgradeLightningHeight = 489094
7878

7979
// 2023-04-21T16:00:00Z
8080
const UpgradeThunderHeight = UpgradeLightningHeight + 3120

0 commit comments

Comments
 (0)