eth_protocolVersion
await provider.request({
method: "eth_protocolVersion",
params: [],
});
// "0x3f"Last updated
Was this helpful?
await provider.request({
method: "eth_protocolVersion",
params: [],
});
// "0x3f"Last updated
Was this helpful?
Was this helpful?