Hyperespace: Upgrade epoch for nv21 (#10345)

This commit is contained in:
Maciej Witowski
2023-02-24 18:21:22 +00:00
committed by GitHub
parent 5c4a4eee82
commit 240aa5aeb7
+3
View File
@@ -61,6 +61,9 @@ var UpgradeHyperspaceNV19Height = abi.ChainEpoch(6840)
// 2023-02-15T15:00:00Z
var UpgradeHyperspaceNV20Height = abi.ChainEpoch(87480)
// 2023-02-27T15:00:00Z
var UpgradeHyperspaceNV21Height = abi.ChainEpoch(122040)
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet,
}