Skip to content

Commit

Permalink
Merge pull request #7995 from filecoin-project/arajasek-patch-2
Browse files Browse the repository at this point in the history
chore: build: make the OhSnap epoch configurable by an envvar for devnets
  • Loading branch information
magik6k authored Jan 25, 2022
2 parents e3888b3 + 0358ad8 commit 06d2ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func init() {
UpgradeTurboHeight = getUpgradeHeight("LOTUS_ACTORSV4_HEIGHT", UpgradeTurboHeight)
UpgradeHyperdriveHeight = getUpgradeHeight("LOTUS_HYPERDRIVE_HEIGHT", UpgradeHyperdriveHeight)
UpgradeChocolateHeight = getUpgradeHeight("LOTUS_CHOCOLATE_HEIGHT", UpgradeChocolateHeight)
UpgradeOhSnapHeight = getUpgradeHeight("LOTUS_OHSNAP_HEIGHT", UpgradeOhSnapHeight)

BuildType |= Build2k

Expand Down

0 comments on commit 06d2ac6

Please sign in to comment.