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
@@ -312,6 +312,7 @@ type NetworkParams struct {
SupportedProofTypes []abi.RegisteredSealProof
PreCommitChallengeDelay abi.ChainEpoch
ForkUpgradeParams ForkUpgradeParams
Eip155ChainID int
}
type ForkUpgradeParams struct {