add nv20 upgrade heights for the sake of tests.

This commit is contained in:
Raúl Kripalani
2023-02-12 22:30:23 +00:00
parent 47198e154c
commit 9a17958a30
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ const UpgradeSharkHeight = 16800 // 6 days after genesis
const UpgradeHyggeHeight = math.MaxInt64
// dummy
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64)
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64 - 1)
// dummy
var UpgradeHyperspaceNV20Height = abi.ChainEpoch(math.MaxInt64)
+2 -2
View File
@@ -53,9 +53,9 @@ var UpgradeSkyrHeight = abi.ChainEpoch(-19)
const UpgradeSharkHeight = abi.ChainEpoch(-20)
const UpgradeHyggeHeight = abi.ChainEpoch(99999999999999)
const UpgradeHyggeHeight = abi.ChainEpoch(math.MaxInt64 - 2)
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(99999999999999)
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64 - 1)
var UpgradeHyperspaceNV20Height = abi.ChainEpoch(math.MaxInt64)
+2 -2
View File
@@ -87,10 +87,10 @@ const UpgradeSkyrHeight = 1960320
const UpgradeSharkHeight = 2383680
// ??????????????
var UpgradeHyggeHeight = abi.ChainEpoch(math.MaxInt64 - 1)
var UpgradeHyggeHeight = abi.ChainEpoch(math.MaxInt64 - 2)
// ??????????????
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64)
var UpgradeHyperspaceNV19Height = abi.ChainEpoch(math.MaxInt64 - 1)
// dummy
var UpgradeHyperspaceNV20Height = abi.ChainEpoch(math.MaxInt64)