Add UpgradeOrange to params_2k and params_testground
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
594737ff6c
commit
420888aeae
@ -24,6 +24,7 @@ var UpgradeLiftoffHeight = abi.ChainEpoch(-5)
|
|||||||
const UpgradeKumquatHeight = 15
|
const UpgradeKumquatHeight = 15
|
||||||
const UpgradeCalicoHeight = 20
|
const UpgradeCalicoHeight = 20
|
||||||
const UpgradePersianHeight = 25
|
const UpgradePersianHeight = 25
|
||||||
|
const UpgradeOrangeHeight = 27
|
||||||
const UpgradeClausHeight = 30
|
const UpgradeClausHeight = 30
|
||||||
|
|
||||||
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
||||||
|
@ -91,6 +91,7 @@ var (
|
|||||||
UpgradeCalicoHeight abi.ChainEpoch = -7
|
UpgradeCalicoHeight abi.ChainEpoch = -7
|
||||||
UpgradePersianHeight abi.ChainEpoch = -8
|
UpgradePersianHeight abi.ChainEpoch = -8
|
||||||
UpgradeClausHeight abi.ChainEpoch = -9
|
UpgradeClausHeight abi.ChainEpoch = -9
|
||||||
|
UpgradeOrangeHeight abi.ChainEpoch = -10
|
||||||
|
|
||||||
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
||||||
0: DrandMainnet,
|
0: DrandMainnet,
|
||||||
|
Loading…
Reference in New Issue
Block a user