Skip to content

Commit

Permalink
Hyperespace: Upgrade epoch for nv21 (#10345)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwitowski authored Feb 24, 2023
1 parent 5c4a4ee commit 240aa5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/params_hyperspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 240aa5a

Please # to comment.