Replies: 1 comment 1 reply
-
Yes, you should absolutely use staticNetwork if it is safe to do so (i.e. you know the network cannot change), but you can also specify What do you mean by propagate the error? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two rpcs created
rpc1
does not raise rate limiting error, instead stays hanging on the promise til it times out.rpc2
does propagate rate limiting errors fine.It's good to use
staticNetwork
to avoid unnecessary chain id calls, but how to propagate the error also?Beta Was this translation helpful? Give feedback.
All reactions