-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Some Superchain L2 Genesis Fixes #10231
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 all commits
c356e76
45f5bdf
59b8945
b181d31
b35d9f5
7d05ebe
58a3fde
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 | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -65,7 +65,7 @@ config=$(cat << EOL | |||||||||||||||||||||
| "l1FeeVaultWithdrawalNetwork": 0, | ||||||||||||||||||||||
| "sequencerFeeVaultWithdrawalNetwork": 0, | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| "gasPriceOracleOverhead": 2100, | ||||||||||||||||||||||
| "gasPriceOracleOverhead": 0, | ||||||||||||||||||||||
|
Contributor
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. wouldn't this break? optimism/op-node/rollup/types.go Lines 281 to 286 in 93891de
Contributor
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. optimism/op-chain-ops/genesis/config.go Line 639 in 93891de
a 0 Overhead will turn into: empty 32 bytes. After which op-node validation fails: optimism/op-node/rollup/types.go Lines 262 to 264 in 58a3fde
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. Thanks for highlighting. This will be addressed here #10226 |
||||||||||||||||||||||
| "gasPriceOracleScalar": 1000000, | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| "enableGovernance": true, | ||||||||||||||||||||||
|
|
@@ -81,7 +81,8 @@ config=$(cat << EOL | |||||||||||||||||||||
| "eip1559DenominatorCanyon": 250, | ||||||||||||||||||||||
| "eip1559Elasticity": 6, | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| "l2GenesisDeltaTimeOffset": null, | ||||||||||||||||||||||
| "l2GenesisEcotoneTimeOffset": "0x0", | ||||||||||||||||||||||
| "l2GenesisDeltaTimeOffset": "0x0", | ||||||||||||||||||||||
|
sebastianst marked this conversation as resolved.
|
||||||||||||||||||||||
| "l2GenesisCanyonTimeOffset": "0x0", | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| "systemConfigStartBlock": 0, | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.