diff --git a/node/impl/full/state.go b/node/impl/full/state.go index 676935ff5..dda889832 100644 --- a/node/impl/full/state.go +++ b/node/impl/full/state.go @@ -1962,6 +1962,7 @@ func (a *StateAPI) StateGetNetworkParams(ctx context.Context) (*api.NetworkParam UpgradeThunderHeight: build.UpgradeThunderHeight, UpgradeWatermelonHeight: build.UpgradeWatermelonHeight, UpgradeDragonHeight: build.UpgradeDragonHeight, + UpgradePhoenixHeight: build.UpgradePhoenixHeight, }, }, nil }