Skip to content

Commit

Permalink
Merge pull request #4734 from filecoin-project/asr/devnet-kumquat
Browse files Browse the repository at this point in the history
Run kumquat upgrade on devnets
  • Loading branch information
magik6k authored Nov 6, 2020
2 parents 6bb8521 + 105f0fd commit db11594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const UpgradeTapeHeight = -4
var UpgradeActorsV2Height = abi.ChainEpoch(10)
var UpgradeLiftoffHeight = abi.ChainEpoch(-5)

const UpgradeKumquatHeight = -6
const UpgradeKumquatHeight = 15

var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
0: DrandMainnet,
Expand Down

0 comments on commit db11594

Please sign in to comment.