diff --git a/eth/protocol.go b/eth/protocol.go index e5512c8c4..5ea246794 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -42,7 +42,7 @@ var ProtocolVersions = []uint{eth63, eth62} var ProtocolLengths = []uint64{17, 8} const ( - NetworkId = 314 + NetworkId = 951413 ProtocolMaxMsgSize = 10 * 1024 * 1024 // Maximum cap on the size of a protocol message )