Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platform: etherscan: add support for v2 API #574

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Conversation

elopez
Copy link
Member

@elopez elopez commented Oct 26, 2024

The v2 API offers a way to query 50+ chains with a single endpoint
and API key, simplifying queries and key management.

https://docs.etherscan.io/etherscan-v2

@elopez elopez force-pushed the dev-etherscan-v2 branch 6 times, most recently from d8a294a to b165c2a Compare October 26, 2024 18:37
The v2 API offers a way to query 50+ chains with a single endpoint
and API key, simplifying queries and key management.

https://docs.etherscan.io/etherscan-v2
0.4 is now used in newer Python versions, which we don't yet support fully

  Testing vyper integration of /opt/hostedtoolcache/Python/3.12.7/x64/bin/crytic-compile
  ERROR:CryticCompile:missing type annotation

    (hint: did you mean something like `for i: uint256 in ...`?)

    line 111:4
         110     refund: uint256 = 0
    ---> 111     for i in range(MAX_BIDS):
    -------------^
         112         # Note that loop may break sooner than 128 iterations if i >= _numBids

  ERROR:CryticCompile:Vyper compilation errored
  vyper test failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant