Skip to content

Commit

Permalink
Make gen
Browse files Browse the repository at this point in the history
Make gen and UpgradePhoenixHeight in butterfly and local devnet to be in line with Calibration and Mainnet
  • Loading branch information
rjan90 committed Mar 6, 2024
1 parent fe2b58f commit dd6148a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
Binary file modified build/openrpc/full.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build/params_2k.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/params_butterfly.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion documentation/en/api-v0-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -5514,7 +5514,8 @@ Response:
"UpgradeLightningHeight": 10101,
"UpgradeThunderHeight": 10101,
"UpgradeWatermelonHeight": 10101,
"UpgradeDragonHeight": 10101
"UpgradeDragonHeight": 10101,
"UpgradePhoenixHeight": 10101
},
"Eip155ChainID": 123
}
Expand Down
3 changes: 2 additions & 1 deletion documentation/en/api-v1-unstable-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -7106,7 +7106,8 @@ Response:
"UpgradeLightningHeight": 10101,
"UpgradeThunderHeight": 10101,
"UpgradeWatermelonHeight": 10101,
"UpgradeDragonHeight": 10101
"UpgradeDragonHeight": 10101,
"UpgradePhoenixHeight": 10101
},
"Eip155ChainID": 123
}
Expand Down

0 comments on commit dd6148a

Please sign in to comment.