-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add OptimismGenesis fields type #7702
Comments
I'd like to try this one |
It's the first time I will be contributing to this repo and my second time in total so I just would like to clarify quickly...
Thank you in advance! |
hey @andrzejSulkowski this task is blocking other areas of work and it is already in progress, sorry for not updating its state. pls take a look at other good first issues to work on!
D-good-first-issue
|
temporary solution i put together that programmatically launches the dev node with custom genesis updates: https://github.com/otim-xyz/alphanet/blob/main/examples/custom-genesis-dev-node.rs |
Describe the feature
Optimism includes additional info in the genesis file.
we don't want to pollute the eth genesis bindings with these, instead we should bundle them in a separate type:
See for example:
https://raw.githubusercontent.com/paradigmxyz/alphanet/331aaea21649e1295d676b73a4ce206bbfbdfe04/crates/testing/resources/etc/genesis.json
This includes OP timestamps + optimism object
This type can be added to node-optimism crate for now
cc @fgimenez
Additional context
No response
The text was updated successfully, but these errors were encountered: