From e097578e85621b855fad0361fa9569c9f3c5e148 Mon Sep 17 00:00:00 2001 From: Jennifer Wang Date: Tue, 11 Jan 2022 17:37:06 -0500 Subject: [PATCH] add butterfly ohsnap epoch --- build/params_butterfly.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/params_butterfly.go b/build/params_butterfly.go index 0ea8df649..17e40af4e 100644 --- a/build/params_butterfly.go +++ b/build/params_butterfly.go @@ -40,8 +40,10 @@ const UpgradeTrustHeight = -13 const UpgradeNorwegianHeight = -14 const UpgradeTurboHeight = -15 const UpgradeHyperdriveHeight = -16 -const UpgradeChocolateHeight = 6360 -const UpgradeSnapDealsHeight = 99999999 +const UpgradeChocolateHeight = -17 + +// 2022-01-13T19:00:00Z +const UpgradeOhSnapHeight = 18742 func init() { policy.SetConsensusMinerMinPower(abi.NewStoragePower(2 << 30))