Closed kylemcdonald closed 2 years ago
Etherscan has a 5 calls per second rate limit for the free tier. Instead of pausing every time we hit a rate limit, we could rate limit the fetch_transactions_in_range function itself.
fetch_transactions_in_range
Etherscan has a 5 calls per second rate limit for the free tier. Instead of pausing every time we hit a rate limit, we could rate limit the
fetch_transactions_in_range
function itself.