Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.08 KB

optimism.md

File metadata and controls

21 lines (13 loc) · 1.08 KB

Optimism

There are optimism specific tweaks to satisfy op-stack specifications.

Transaction page now shows l1 cost fee related fields:

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.

Misc

  • Disabled EIP-1559 page
  • Handle error when RPC response does not include tx.GasPrice