ApeWorX / ape-etherscan

Etherscan explorer plugin using EVM-based networks for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
22 stars 25 forks source link

Integrate Rate Limit into Etherscan query engine `.estimate_query` method [APE-738] #76

Open fubuloubu opened 1 year ago

fubuloubu commented 1 year ago

Overview

Some queries are heavy via Etherscan API, so we will want to add rate limit logic to the query engine in order to bypass selecting it (or modify the request) so it doesn't fail with a EtherscanTooManyRequestsError

Specification

Dependencies

n/a