Skip to content

Commit

Permalink
Add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Pandaz committed Jan 17, 2025
1 parent 3ccf48b commit baabcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stack/transactions/fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ the L1 Data Fee are generally quite small and should not impact the average tran

Prior to the Ecotone upgrade, the L1 Data Fee is calculated based on the following parameters:

* The **signed** transaction serialized according to [the standard Ethereum transaction RLP encoding](https://github.com/ethereum-optimism/op-geth/blob/11a890f1ee0348a17687149abc72f394f9faa5ce/core/types/transaction.go#L131-L141).
* The **signed** transaction, serialized according to [the standard Ethereum transaction RLP encoding](https://github.com/ethereum-optimism/op-geth/blob/11a890f1ee0348a17687149abc72f394f9faa5ce/core/types/transaction.go#L131-L141).
* The current Ethereum base fee (trustlessly relayed from Ethereum).
* A fixed overhead cost for publishing a transaction (currently set to 188 gas).
* A dynamic overhead cost which scales with the size of the transaction (currently set to 0.684).
Expand Down

0 comments on commit baabcf9

Please sign in to comment.