You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the Web3<WebSocket> transport for our Ethereum connections.
Using an Infura node can result in rate limiting. Currently web3 does not easily expose this error type - issue link.
We will want to deal with this, the easiest way is wrapping the transport and detecting the error manually. Alternatively, we can fork web3 and expose it. It may be worth forking if we get some feedback from the issue.
The text was updated successfully, but these errors were encountered:
We currently use the
Web3<WebSocket>
transport for our Ethereum connections.Using an Infura node can result in rate limiting. Currently
web3
does not easily expose this error type - issue link.We will want to deal with this, the easiest way is wrapping the transport and detecting the error manually. Alternatively, we can fork
web3
and expose it. It may be worth forking if we get some feedback from the issue.The text was updated successfully, but these errors were encountered: