diff --git a/build/params_2k.go b/build/params_2k.go index 6c0918c51..0c31ce5ce 100644 --- a/build/params_2k.go +++ b/build/params_2k.go @@ -47,7 +47,7 @@ var UpgradeHyperdriveHeight = abi.ChainEpoch(-16) var UpgradeChocolateHeight = abi.ChainEpoch(-17) -var UpgradeSnapDealsHeight = abi.ChainEpoch(-18) +var UpgradeOhSnapHeight = abi.ChainEpoch(-18) var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ 0: DrandMainnet, diff --git a/build/params_calibnet.go b/build/params_calibnet.go index 16d77c7e6..4da2269ee 100644 --- a/build/params_calibnet.go +++ b/build/params_calibnet.go @@ -54,7 +54,7 @@ const UpgradeHyperdriveHeight = 420 const UpgradeChocolateHeight = 312746 -const UpgradeSnapDealsHeight = 99999999 +const UpgradeOhSnapHeight = 99999999 func init() { policy.SetConsensusMinerMinPower(abi.NewStoragePower(32 << 30)) diff --git a/build/params_interop.go b/build/params_interop.go index 66033937c..a483e7188 100644 --- a/build/params_interop.go +++ b/build/params_interop.go @@ -47,7 +47,7 @@ var UpgradeTurboHeight = abi.ChainEpoch(-15) var UpgradeHyperdriveHeight = abi.ChainEpoch(-16) var UpgradeChocolateHeight = abi.ChainEpoch(-17) -var UpgradeSnapDealsHeight = abi.ChainEpoch(-18) +var UpgradeOhSnapHeight = abi.ChainEpoch(-18) var DrandSchedule = map[abi.ChainEpoch]DrandEnum{ 0: DrandMainnet, diff --git a/build/params_mainnet.go b/build/params_mainnet.go index a4781f1ff..6efc6d62f 100644 --- a/build/params_mainnet.go +++ b/build/params_mainnet.go @@ -67,7 +67,7 @@ const UpgradeHyperdriveHeight = 892800 // 2021-10-26T13:30:00Z const UpgradeChocolateHeight = 1231620 -var UpgradeSnapDealsHeight = abi.ChainEpoch(999999999999) +var UpgradeOhSnapHeight = abi.ChainEpoch(999999999999) func init() { if os.Getenv("LOTUS_USE_TEST_ADDRESSES") != "1" { @@ -75,7 +75,7 @@ func init() { } if os.Getenv("LOTUS_DISABLE_SNAPDEALS") == "1" { - UpgradeSnapDealsHeight = math.MaxInt64 + UpgradeOhSnapHeight = math.MaxInt64 } Devnet = false diff --git a/build/params_testground.go b/build/params_testground.go index 539e06b45..e139b6921 100644 --- a/build/params_testground.go +++ b/build/params_testground.go @@ -99,7 +99,7 @@ var ( UpgradeTurboHeight abi.ChainEpoch = -14 UpgradeHyperdriveHeight abi.ChainEpoch = -15 UpgradeChocolateHeight abi.ChainEpoch = -16 - UpgradeSnapDealsHeight abi.ChainEpoch = -17 + UpgradeOhSnapHeight abi.ChainEpoch = -17 DrandSchedule = map[abi.ChainEpoch]DrandEnum{ 0: DrandMainnet, diff --git a/chain/consensus/filcns/upgrades.go b/chain/consensus/filcns/upgrades.go index a53a4a024..d0ca7d092 100644 --- a/chain/consensus/filcns/upgrades.go +++ b/chain/consensus/filcns/upgrades.go @@ -160,7 +160,7 @@ func DefaultUpgradeSchedule() stmgr.UpgradeSchedule { }}, Expensive: true, }, { - Height: build.UpgradeSnapDealsHeight, + Height: build.UpgradeOhSnapHeight, Network: network.Version15, Migration: UpgradeActorsV7, PreMigrations: []stmgr.PreMigration{{