Replies: 1 comment
-
|
Yep, Etherscan is very script about the calls. Even paid version is just 10 requests per second. Workaround is to put this somewhere in the |
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.
-
Block explorers like etherscan often have strict rate limiting: https://etherscan.io/apis. For example, under the free etherscan plan, if you are fetching more than 5 ABIs, then the plugins errors out since the rate limit is 5 calls per second.
I suggest adding some rate limiting options - such as
limitandintervaloptions.Beta Was this translation helpful? Give feedback.
All reactions