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

if FORK_URL is defined, use that as url #36

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

Conversation

8times4
Copy link

@8times4 8times4 commented Apr 23, 2024

Hey Team,

I've had some issues running this by default for Base, since no matter if the FORK_URL was defined, it'd simply get CHAIN_ID_NOT_SUPPORTED error as chain_id_to_fork_url function does not have Base statically added.

I'm proposing this fix, since when passing FORK_URL in, you're already constrained to use that chain for simulation, else you get INCORRECT_CHAIN_ID, so it just allows the usage of more than the static chains.

Best,
8x4

@8times4 8times4 changed the title if fork_url is defined, use that url if FORK_URL is defined, use that as url Apr 23, 2024
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

1 participant