Add UpgradePhoenixHeight to API params

This commit is contained in:
Aayush 2024-02-13 09:58:58 -05:00 committed by Phi-rjan
parent 8bc36f90fb
commit 1744f2d8eb

View File

@ -350,6 +350,7 @@ type ForkUpgradeParams struct {
UpgradeThunderHeight abi.ChainEpoch
UpgradeWatermelonHeight abi.ChainEpoch
UpgradeDragonHeight abi.ChainEpoch
UpgradePhoenixHeight abi.ChainEpoch
}
type NonceMapType map[address.Address]uint64