Make gen and UpgradePhoenixHeight in butterfly and local devnet to be in line with Calibration and Mainnet
This commit is contained in:
Phi 2024-02-13 17:01:30 +01:00
parent 4f23b068cf
commit 65b1977cef
5 changed files with 6 additions and 4 deletions

Binary file not shown.

View File

@ -69,7 +69,7 @@ var UpgradeWatermelonHeight = abi.ChainEpoch(-24)
var UpgradeDragonHeight = abi.ChainEpoch(20)
var UpgradePhoenixHeight = UpgradeDragonHeight + 100
var UpgradePhoenixHeight = UpgradeDragonHeight + 120
// This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -100

View File

@ -59,7 +59,7 @@ const UpgradeWatermelonHeight = -24
const UpgradeDragonHeight = 5760
const UpgradePhoenixHeight = UpgradeDragonHeight + 100
const UpgradePhoenixHeight = UpgradeDragonHeight + 120
// This fix upgrade only ran on calibrationnet
const UpgradeWatermelonFixHeight = -100

View File

@ -5514,7 +5514,8 @@ Response:
"UpgradeLightningHeight": 10101,
"UpgradeThunderHeight": 10101,
"UpgradeWatermelonHeight": 10101,
"UpgradeDragonHeight": 10101
"UpgradeDragonHeight": 10101,
"UpgradePhoenixHeight": 10101
},
"Eip155ChainID": 123
}

View File

@ -7140,7 +7140,8 @@ Response:
"UpgradeLightningHeight": 10101,
"UpgradeThunderHeight": 10101,
"UpgradeWatermelonHeight": 10101,
"UpgradeDragonHeight": 10101
"UpgradeDragonHeight": 10101,
"UpgradePhoenixHeight": 10101
},
"Eip155ChainID": 123
}