One of our users caught this error when he tried to get net_version
. Here is the request:
{
"jsonrpc": "2.0",
"id": 2170167360,
"method": "net_version",
"params": [],
"origin": "app.zerion.io"
}
We use web3
to make the request: web3.eth.net.getId()
AFAIK Brave is intercepting this request? How can we fix this?