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

feat: add support for Scroll network #137

Merged
merged 5 commits into from
Jul 5, 2024
Merged

feat: add support for Scroll network #137

merged 5 commits into from
Jul 5, 2024

Conversation

Barabazs
Copy link
Contributor

@Barabazs Barabazs commented Jun 20, 2024

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

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

Barabazs added 3 commits June 20, 2024 12:01
The published version of ape-scroll has too strict version restriction, so I opened a PR to loosen them. This will temporarily point to my fork for testing/reviewing
@Barabazs Barabazs changed the title WIP - feat: add support for scrollscan API endpoints feat: add support for scrollscan API endpoints Jun 20, 2024
@Barabazs Barabazs changed the title feat: add support for scrollscan API endpoints feat: add support for Scroll network Jun 20, 2024
setup.py Outdated Show resolved Hide resolved
@Barabazs Barabazs marked this pull request as ready for review July 4, 2024 06:19
@Barabazs Barabazs requested a review from antazoey July 4, 2024 06:19
@antazoey antazoey merged commit 94c4c38 into ApeWorX:main Jul 5, 2024
5 of 13 checks passed
@Barabazs Barabazs deleted the feat/scroll branch July 6, 2024 06:14
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.

2 participants