Returns the current Ethereum protocol version supported by the node. This method helps verify protocol compatibility between client applications and the blockchain network.
eth_protocolVersion JSON-RPC method returns the current Ethereum protocol version supported by the Hyperliquid EVM node. This method is essential for ensuring compatibility between client applications and the blockchain network, helping developers verify protocol support and maintain version compatibility.
params field should be an empty array.
result — The current protocol version as a hexadecimal string representing the supported Ethereum protocol versioneth_protocolVersion method is essential for applications that need to:
JSON-RPC version
2.0 The RPC method name
eth_protocolVersion Request identifier
Parameters for the method (empty array for eth_protocolVersion)