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: allow forking custom networks automatically #2145

Merged
merged 11 commits into from
Jun 17, 2024

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Jun 14, 2024

What I did

allows forking custom networks automatically

fixes: #1905

NOTE: Works best with this one #2144

How I did it

if the provider is known for forking, just send it on through anyway.
had to do some finaggling throughout

How to verify it

my cfg:

networks:
  custom:
    - name: mainnet
      chain_id: 109
      ecosystem: shibarium
      base_ecosystem_plugin: polygon
      default_provider: node

Note: cfg is small because using evmchains via #2144

Screenshot 2024-06-14 at 15 58 36

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey antazoey marked this pull request as ready for review June 17, 2024 15:13
fubuloubu
fubuloubu previously approved these changes Jun 17, 2024
@antazoey antazoey enabled auto-merge (squash) June 17, 2024 16:18
@antazoey antazoey disabled auto-merge June 17, 2024 16:48
@antazoey antazoey merged commit 81f1fb8 into ApeWorX:main Jun 17, 2024
15 checks passed
@antazoey antazoey deleted the feat/auto-fork-custom-nets branch June 17, 2024 16:48
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.

Allow forking custom networks
2 participants