update genesis network version for dev testnets
This commit is contained in:
parent
f458606e35
commit
1bdf5d593e
@ -20,7 +20,7 @@ var DrandSchedule = map[abi.ChainEpoch]DrandEnum{
|
|||||||
UpgradePhoenixHeight: DrandQuicknet,
|
UpgradePhoenixHeight: DrandQuicknet,
|
||||||
}
|
}
|
||||||
|
|
||||||
const GenesisNetworkVersion = network.Version21
|
const GenesisNetworkVersion = network.Version22
|
||||||
|
|
||||||
var NetworkBundle = "butterflynet"
|
var NetworkBundle = "butterflynet"
|
||||||
var BundleOverrides map[actorstypes.Version]string
|
var BundleOverrides map[actorstypes.Version]string
|
||||||
@ -59,7 +59,7 @@ const UpgradeWatermelonHeight = -24
|
|||||||
const UpgradeDragonHeight = -25
|
const UpgradeDragonHeight = -25
|
||||||
const UpgradePhoenixHeight = -26
|
const UpgradePhoenixHeight = -26
|
||||||
|
|
||||||
const UpgradeWaffleHeight = 400
|
const UpgradeWaffleHeight = 100
|
||||||
|
|
||||||
// This fix upgrade only ran on calibrationnet
|
// This fix upgrade only ran on calibrationnet
|
||||||
const UpgradeWatermelonFixHeight = -100
|
const UpgradeWatermelonFixHeight = -100
|
||||||
|
@ -25,7 +25,7 @@ var ActorDebugging = false
|
|||||||
const BootstrappersFile = "interopnet.pi"
|
const BootstrappersFile = "interopnet.pi"
|
||||||
const GenesisFile = "interopnet.car"
|
const GenesisFile = "interopnet.car"
|
||||||
|
|
||||||
const GenesisNetworkVersion = network.Version16
|
const GenesisNetworkVersion = network.Version22
|
||||||
|
|
||||||
var UpgradeBreezeHeight = abi.ChainEpoch(-1)
|
var UpgradeBreezeHeight = abi.ChainEpoch(-1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user