Add UpgradePhoenixHeight to API params

This commit is contained in:
Aayush 2024-02-13 09:58:58 -05:00
parent cea5ae65af
commit e9245c176e

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