Skip to content

Commit

Permalink
Update transaction-fees.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qbzzt authored Jul 20, 2023
1 parent 07717d7 commit 2835582
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/docs/developers/build/transaction-fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Gas prices fluctuate with time and congestion, but you can always check the curr

### Base fee

The [base fee](https://eips.ethereum.org/EIPS/eip-1559#simple-summary) is charged for each unit of gas that a transaction uses.
It is the same base fee for each transaction in the block, and is determined by formula based on the base fee of the previous block and how full that block was.

[The EIP 1559 parameters](./differences.md#eip-1559) have different values in OP Mainnet (and most other OP Stack chain) than those on L1 Ethereum.
As a result, in every block the base fee can be between 98% and 110% of the previous value.
As blocks are produced every two seconds, the base fee can be between 54% and 1,745% of the value a minute earlier.
Expand Down

0 comments on commit 2835582

Please sign in to comment.