update genesis network version for dev testnets

This commit is contained in:
Jennifer Wang 2024-06-26 00:49:27 -04:00
parent f458606e35
commit 1bdf5d593e
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)