ApeWorX / ape-etherscan

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

feat: add support for Scroll network #137

Closed Barabazs closed 4 days ago

Barabazs commented 2 weeks ago

What I did

This PR adds support for the Scroll network using Scrollscan as the explorer.

How I did it

I followed the same pattern as the other chains in this package.

How to verify it

Updated test case, but couldn't run it locally yet. Need to see if the CI picks it up... I have tested it manually to use a verified contract on Scroll and it worked as expected.

TO-DO

The ape-scroll package has a version restriction (<0.7.0) that needs to be loosened. I have created a PR on that repo. In the meantime the setup.py points to my fork of that package. EDIT: new ape-scroll was released and the setup.py now points to the published version.

Checklist