We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d3fc2 commit 5f0035cCopy full SHA for 5f0035c
1 file changed
pkg/types/utils.go
@@ -14,4 +14,7 @@ func MustGetABI(json string) abi.ABI {
14
return abi
15
}
16
17
+// NullClientChainID is set to a chainID that is unlikely to be used in production.
18
+// It cannot be zero due to a breaking change in go-ethereum:
19
+// https://github.com/ethereum/go-ethereum/blob/master/core/types/transaction_signing.go#L193
20
const NullClientChainID = 1399100
0 commit comments