You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
OP Stack Chains contain extra fields in the transaction receipt that are required to calculate the L1 data fee portion of transaction fees:
l1Fee
l1FeeScalar
l1GasPrice
l1GasUsed
This may be due to an upstream ethers-rs dependency, but raising here first.
Describe the solution you'd like
Short-Term:
Either include these fields by default, or within the --include-columns all option
Longer-Term
Idea: Add a --chain-stack option, since Arbitrum also has its own extra receipt fields (effective_gas_price & gas_used_for_l1), and other stacks likely will as well.
Describe alternatives you've considered
N/A
Additional context
Example receipt response via Alchemy's eth_getTransactionReceipt - Optimism (I cut out logs manually):
Is your feature request related to a problem? Please describe.
OP Stack Chains contain extra fields in the transaction receipt that are required to calculate the L1 data fee portion of transaction fees:
This may be due to an upstream
ethers-rs
dependency, but raising here first.Describe the solution you'd like
Short-Term:
--include-columns all
optionLonger-Term
--chain-stack
option, since Arbitrum also has its own extra receipt fields (effective_gas_price
&gas_used_for_l1
), and other stacks likely will as well.Describe alternatives you've considered
N/A
Additional context
Example receipt response via Alchemy's
eth_getTransactionReceipt - Optimism
(I cut out logs manually):The text was updated successfully, but these errors were encountered: