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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
* added response status code in response error
* statusCode in ResponseError
* updated error message and it will throw on status code 429
* updated error test snapshot
* updated test
* updated test for QN
* Quicknode provider error
* Web3ExternalProvider update
* mock ws
* lint fix
super(`Too many requests, Quicknode has reached its rate limit.`);
24
+
publicconstructor(error?: Error){
25
+
super(`You've reach the rate limit of free RPC calls from our Partner Quick Nodes. There are two options you can either create a paid Quick Nodes account and get 20% off for 2 months using WEB3JS referral code, or use Free public RPC endpoint.`,error);
0 commit comments