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:
Successful response with the current protocol version
The response is of type object
.