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
With my site having just gone live, I'm noticing a ton of ethChianId calls in Infura. According to ethers-io/ethers.js#901, a solution would be to use ethers.providers.InfuraProvider and not the ethers.providers.JsonRpcProvider. I understand there is also a StaticJsonRpcProvider as well.
Unfortunately I'm not 100% sure how to go about this and what side-effects, if any, I may face by doing so. Opening an issue to get some conversation around how to do this or why it might not be as simple as it seems.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello again.
With my site having just gone live, I'm noticing a ton of ethChianId calls in Infura. According to ethers-io/ethers.js#901, a solution would be to use
ethers.providers.InfuraProvider
and not theethers.providers.JsonRpcProvider
. I understand there is also a StaticJsonRpcProvider as well.Unfortunately I'm not 100% sure how to go about this and what side-effects, if any, I may face by doing so. Opening an issue to get some conversation around how to do this or why it might not be as simple as it seems.
Thank you!
The text was updated successfully, but these errors were encountered: