Make gen
Make gen and UpgradePhoenixHeight in butterfly and local devnet to be in line with Calibration and Mainnet
This commit is contained in:
parent
3ceb75746b
commit
c04dec7307
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
@ -5514,7 +5514,8 @@ Response:
|
||||
"UpgradeLightningHeight": 10101,
|
||||
"UpgradeThunderHeight": 10101,
|
||||
"UpgradeWatermelonHeight": 10101,
|
||||
"UpgradeDragonHeight": 10101
|
||||
"UpgradeDragonHeight": 10101,
|
||||
"UpgradePhoenixHeight": 10101
|
||||
},
|
||||
"Eip155ChainID": 123
|
||||
}
|
||||
|
@ -7140,7 +7140,8 @@ Response:
|
||||
"UpgradeLightningHeight": 10101,
|
||||
"UpgradeThunderHeight": 10101,
|
||||
"UpgradeWatermelonHeight": 10101,
|
||||
"UpgradeDragonHeight": 10101
|
||||
"UpgradeDragonHeight": 10101,
|
||||
"UpgradePhoenixHeight": 10101
|
||||
},
|
||||
"Eip155ChainID": 123
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user