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

fix: op fee fields #10615

Merged
merged 1 commit into from
Aug 29, 2024
Merged

fix: op fee fields #10615

merged 1 commit into from
Aug 29, 2024

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Aug 29, 2024

closes #10462

we now have the post ecotone fee fields and need to set them accordingly:

pre ecotone:
l1_fee_scalar

post ecotone
"l1BaseFeeScalar": "0x8dd",
"l1BlobBaseFee": "0x1",
"l1BlobBaseFeeScalar": "0x101c12",

always:
"l1Fee": "0x125f723f3",
"l1GasPrice": "0x50f928b4",
"l1GasUsed": "0x640",

@mattsse mattsse added the A-rpc Related to the RPC implementation label Aug 29, 2024
@github-actions github-actions bot added the C-bug An unexpected or incorrect behavior label Aug 29, 2024
@onbjerg onbjerg enabled auto-merge August 29, 2024 17:19
@onbjerg onbjerg added this pull request to the merge queue Aug 29, 2024
Merged via the queue into main with commit a4f405a Aug 29, 2024
35 checks passed
@onbjerg onbjerg deleted the matt/op-fields branch August 29, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

op-reth outputs bad data for "eth_getTransactionReceipt" method
2 participants