Returns the current ethereum protocol version.
Parameters
None
Return Type
HexString - The current ethereum protocol version.
HexString
Example
await provider.request({ method: "eth_protocolVersion", params: [], }); // "0x3f"
Last updated 20 days ago
Was this helpful?