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
Hi, I use the provider event to monitoring the wallet's balance.
prototype.on( eventType , callback )
Register a callback for any future eventType; see below for callback parameters
But sometimes since the network I get the Unhandled promise rejection: Error: Request failed with status code 403 error.
How can I catch the error in the event ? Thanks.
The text was updated successfully, but these errors were encountered:
I've seen another issue with this as well and will look for the culprit.
It shouldn't matter too much though. I've noticed that browsers aren't as adept at realizing a promise that is actually caught at a higher level in the promise stack is handled.
Hi, I use the provider event to monitoring the wallet's balance.
But sometimes since the network I get the
Unhandled promise rejection: Error: Request failed with status code 403
error.How can I catch the error in the event ? Thanks.
The text was updated successfully, but these errors were encountered: