-
Notifications
You must be signed in to change notification settings - Fork 201
chore(l1): update genesis files to include Fusaka fields #4643
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
Changes from 3 commits
43ff6ff
377e005
2564945
e74d50b
c7ba784
c779452
cfc38c7
5650797
cc16caa
bac5236
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -122,5 +122,6 @@ pub fn fork_to_spec_id(fork: Fork) -> SpecId { | |
| Fork::Cancun => SpecId::CANCUN, | ||
| Fork::Prague => SpecId::PRAGUE, | ||
| Fork::Osaka => SpecId::OSAKA, | ||
| _ => SpecId::LATEST, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wasn't sure what to do with the BPO forks given this version of REVM doesn't account for them, so I included this as a placeholder. If anyone has a better idea please let me know
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure. As far as I know, they receive the blob schedule parameters as part of the configuration (env?), so BPOs should just be the current fork (i.e. Osaka). |
||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.