Skip to content

Commit

Permalink
Quick butterfly upgrade to sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Apr 12, 2023
1 parent 4443ac6 commit 4384807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/params_butterfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ const UpgradeSkyrHeight = -19
const UpgradeSharkHeight = abi.ChainEpoch(-20)
const UpgradeHyggeHeight = abi.ChainEpoch(-21)

const UpgradeLightningHeight = 600
const UpgradeLightningHeight = 20

const UpgradeThunderHeight = UpgradeLightningHeight + 1440
const UpgradeThunderHeight = UpgradeLightningHeight + 20

var SupportedProofTypes = []abi.RegisteredSealProof{
abi.RegisteredSealProof_StackedDrg512MiBV1,
Expand Down

0 comments on commit 4384807

Please sign in to comment.