Skip to content

Commit fe098ec

Browse files
authored
Merge pull request #8590 from theSamPadilla/patch-1
Update base fee copy on Gas developer docs
2 parents 65f1c4f + 4ed6c25 commit fe098ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/developers/docs/gas/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The base fee is calculated by a formula that compares the size of the previous b
6969
| 7 | 30M | 12.5% | 180.2 gwei |
7070
| 8 | 30M | 12.5% | 202.7 gwei |
7171

72-
Relative to the pre-London gas auction market, this transaction-fee-mechanism change causes fee prediction to be more reliable. Following the table above - to create a transaction on block number 9, a wallet will let the user know with certainty that the **maximum base fee** to be added to the next block is `current base fee * 112.5%` or `202.8 gwei * 112.5% = 228.1 gwei`.
72+
Relative to the pre-London gas auction market, this transaction-fee-mechanism change causes fee prediction to be more reliable. Following the table above - to create a transaction on block number 9, a wallet will let the user know with certainty that the **maximum base fee** to be added to the next block is `current base fee * 112.5%` or `202.7 gwei * 112.5% = 228.1 gwei`.
7373

7474
It's also important to note it is unlikely we will see extended spikes of full blocks because of the speed at which the base fee increases proceeding a full block.
7575

0 commit comments

Comments
 (0)