set upgrade heights for testground builds
This commit is contained in:
parent
12e97dbea7
commit
567261e2c7
@ -75,6 +75,8 @@ var (
|
|||||||
BreezeGasTampingDuration abi.ChainEpoch = 0
|
BreezeGasTampingDuration abi.ChainEpoch = 0
|
||||||
|
|
||||||
UpgradeSmokeHeight abi.ChainEpoch = -1
|
UpgradeSmokeHeight abi.ChainEpoch = -1
|
||||||
|
UpgradeIgnitionHeight abi.ChainEpoch = -2
|
||||||
|
UpgradeLiftoffHeight abi.ChainEpoch = -3
|
||||||
|
|
||||||
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
||||||
0: DrandMainnet,
|
0: DrandMainnet,
|
||||||
@ -82,4 +84,6 @@ var (
|
|||||||
|
|
||||||
NewestNetworkVersion = network.Version2
|
NewestNetworkVersion = network.Version2
|
||||||
ActorUpgradeNetworkVersion = network.Version3
|
ActorUpgradeNetworkVersion = network.Version3
|
||||||
|
|
||||||
|
Devnet = true
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user