Replies: 4 comments 1 reply
-
That happens when provider ranking is enabled here: https://wagmi.sh/react/providers/configuring-chains#rank-optional Do you have it enabled? Weird that Infura charges for it. Most RPC Providers list it as a free RPC method (it's literally just a ping to see if the server is online lol). Could be worth getting in touch with Infura and asking them if you still want to make use of provider ranking in wagmi! |
Beta Was this translation helpful? Give feedback.
-
Yeap, I end up noticing it and removed by now |
Beta Was this translation helpful? Give feedback.
-
Same error here but with ranking disabled |
Beta Was this translation helpful? Give feedback.
-
hey @jxom , i am facing similar issue with infura
we use viem, and create transport like this
where
the on discussion with the infura team, they told I can disable ranking, but need to know the issue here. |
Beta Was this translation helpful? Give feedback.
-
Hi!
Using infura free, I've noticed that the quota was used completely because of errors in the console (http status code 429)
Then I noticed a call (net_listening) that is called regularly and, probably is the one eating the quota
It is possible to disable that call or if not, what is the purpose and why can't be stoped?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions