Skip to content

Commit

Permalink
Merge pull request #6441 from filecoin-project/feat/ntwk13-hyperdrive
Browse files Browse the repository at this point in the history
Set ntwk v13 HyperDrive Calibration upgrade epoch
  • Loading branch information
arajasek authored Jun 10, 2021
2 parents 8b9ae84 + 55b77a3 commit edf646d
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit edf646d

Please sign in to comment.