-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
too many eth_chainId
calls
#356
Comments
My bad, it was a problem with a script that was using the same infura id, not useDapp. Closing |
Reopening, I moved scripts to another infura id and I'm still getting one |
Also very curious about this. Will do some digging on my own or at least try to apply the patch referred to in ethers-io/ethers.js#901 Feel like this should be an easy if not auto-detectable config change. |
I noticed the following in my infura stats:

Googling around I found that it seems to be related to JsonRpcProvider, from which
Web3Provider
inherits. Is there any way to use a custom ethersProvider
in useDapp? bothStaticJsonRpcProvider
andInfuraProvider
seem to solve this problem, but it was not clear if this could be changed as a useDapp user.Thanks!
The text was updated successfully, but these errors were encountered: