Skip to content

Commit

Permalink
Set ntwk v13 HyperDrive Calibration upgrade epoch
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju committed Jun 10, 2021
1 parent 8b9ae84 commit 747fea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/params_calibnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const UpgradeNorwegianHeight = 114000

const UpgradeTurboHeight = 193789

const UpgradeHyperdriveHeight = 9999999
// 2021-06-11T14:30:00Z
const UpgradeHyperDriveHeight = 321519

func init() {
policy.SetConsensusMinerMinPower(abi.NewStoragePower(32 << 30))
Expand Down
2 changes: 1 addition & 1 deletion build/params_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const UpgradeNorwegianHeight = 665280
const UpgradeTurboHeight = 712320

// ???
var UpgradeHyperdriveHeight = abi.ChainEpoch(9999999)
var UpgradeHyperDriveHeight = abi.ChainEpoch(9999999)

func init() {
if os.Getenv("LOTUS_USE_TEST_ADDRESSES") != "1" {
Expand Down

0 comments on commit 747fea5

Please sign in to comment.