There are optimism specific tweaks to satisfy op-stack specifications.
Transaction page now shows l1 cost fee related fields:
L1 Gas Price
L1 Fee Scalar
(not used after Ecotone hard fork)L1 Gas Used by Txn
When EIP-2718 compatible transaction type has prefix 0x7E
, label as depositTx
type in transaction page.
For depositTx
, transaction fee is zero because gas price is zero. Therefore it is nonsense to display ratio between burnt fees and others. Therefore removed reward split for deposit transactions.
- Disabled EIP-1559 page
- Handle error when RPC response does not include
tx.GasPrice