-
I'm monitoring my RPC calls through my hosted provider and I'm seeing a really large number of calls to |
Beta Was this translation helpful? Give feedback.
Answered by
zemse
Apr 26, 2021
Replies: 1 comment 2 replies
-
Hey Rahul, you can use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
rhlsthrm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Rahul, you can use
StaticJsonRpcProvider
instead ofJsonRpcProvider
to prevent chain id calls. The previous issue you can see #901.