feat: add Eip155ChainID to StateGetNetworkParams

This commit is contained in:
simlecode
2023-07-28 16:03:59 +08:00
parent 3f93b86ebe
commit c3f421a9cd
5 changed files with 6 additions and 2 deletions
+1
View File
@@ -1786,6 +1786,7 @@ func (a *StateAPI) StateGetNetworkParams(ctx context.Context) (*api.NetworkParam
ConsensusMinerMinPower: build.ConsensusMinerMinPower,
SupportedProofTypes: build.SupportedProofTypes,
PreCommitChallengeDelay: build.PreCommitChallengeDelay,
Eip155ChainID: build.Eip155ChainId,
ForkUpgradeParams: api.ForkUpgradeParams{
UpgradeSmokeHeight: build.UpgradeSmokeHeight,
UpgradeBreezeHeight: build.UpgradeBreezeHeight,