Replies: 1 comment
-
Can you include code snippets? This usually means you are not passing in an address where an address is required, such as to |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
This seems to be an intermittent bug, but it happens fairly frequently. After instantiating
JsonRpcProvider
and making a call with it, I getIf I catch the error, everything seems to still work fine. But if I forget to wrap it in an await, it halts the process and crashes my app. Am I doing something wrong?
I'm using Chrome, and 5.0.12 of
@ethersproject/providers
(I've experienced the same when usingethers.providers.JsonRpcProvider
)Beta Was this translation helpful? Give feedback.
All reactions