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 arbitrum #17

Merged
merged 25 commits into from
Jun 28, 2022
Merged

feat: add arbitrum #17

merged 25 commits into from
Jun 28, 2022

Conversation

Jam516
Copy link
Contributor

@Jam516 Jam516 commented Jun 16, 2022

What I did

feat: Add Arbitrum support to ape-alchemy

How I did it

How to verify it

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)

@fubuloubu fubuloubu changed the title Feat/kofi/add arbitrum feat: add arbitrum Jun 21, 2022
@fubuloubu
Copy link
Member

Need to mock EcosystemAPI and run black, then we're good!

@@ -44,6 +44,8 @@ def token(mocker):
def mock_network(mocker):
mock = mocker.MagicMock(spec=NetworkAPI)
mock.name = "MOCK_NETWORK"
mock.ecosystem = mocker.MagicMock(spec=EcosystemAPI)
mock.ecosystem.name = "MOCK_ECOSYSTEM"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this should replicate a real ecosystem name?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think it really matters but you could

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah that is why the tests are failing, so yeah make this real

@fubuloubu fubuloubu merged commit 533e7a1 into ApeWorX:main Jun 28, 2022
fubuloubu added a commit to ApeWorX/ape-arbitrum that referenced this pull request Apr 20, 2023
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.

None yet

3 participants