-
Notifications
You must be signed in to change notification settings - Fork 23
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
OP Stack Manager architecture to support interop #60
Conversation
A thought here is to have the ability to generate a |
The usage of toml makes sense to easily operate with the superchain registry |
Co-authored-by: protolambda <proto@protolambda.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A thought here is to have the ability to generate a
rollup.json
from a view function on the OPSM, not literally returning the json file but something that returns the required values that end up in the json file, it could be an update to theop-node
command for generating config. This would create a cohesive story for OPSM tx -> operating L2
@tynes I like this idea, though I'm not sure we can return 100% of the required data, for example the genesis key
Summary of design review call is we have general agreement on the design proposed. The following points and comments will be incorporated into the document:
|
This design doc details an architecture for OP Stack Manager that ideally fits the modular interop use case expressed in #52 that we move towards in ethereum-optimism/optimism#11189. It focuses on L1 contracts only. Our current deploy config and deploy script is a monolith, so here we break it up into 3 discrete steps, each with their own distinct inputs and outputs.