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
Etherscan's API has a token index that we can use to speedup queries about different tokens
Specification
Once support for ApeWorX/ape-tokens#33 is added, detect if ape_tokens is available (check for ImportError) and import the relevant queries subclasses, then add support for them in the query engine if the classes are used
Overview
Etherscan's API has a token index that we can use to speedup queries about different tokens
Specification
Once support for ApeWorX/ape-tokens#33 is added, detect if
ape_tokens
is available (check forImportError
) and import the relevant queries subclasses, then add support for them in the query engine if the classes are usedDependencies
ApeWorX/ape-tokens#33
The text was updated successfully, but these errors were encountered: