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

Support forking outside the OP Stack #306

Open
Tracked by #308
fainashalts opened this issue Dec 18, 2024 · 1 comment
Open
Tracked by #308

Support forking outside the OP Stack #306

fainashalts opened this issue Dec 18, 2024 · 1 comment

Comments

@fainashalts
Copy link
Collaborator

Devs building multichain applications may want to test chains outside of the Superchain, and we should enable this in a way that is least disruptive to the Supersim development flow. By default, Supersim should still check the Superchain registry for chain information. But we should also allow devs to specify custom forks.

If we offer a config for devs to add chain information for chains they want to test with, orchestrator can check there for an indicated chain name for forking. It should look something like:

"arbitrum": {
    "url": <<rpc url>>, 
    "blockNumber": <<block number for forking>>
}

If a developer is using a chain outside the registry, we should not kick off any of the OP-related predeploys or simulation.

@tabshaikh
Copy link
Contributor

I would like to take this up and push it to another notch to have polymer labs integration that interacts with different L2 clusters

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

No branches or pull requests

2 participants