Skip to content

Commit 88db2ca

Browse files
authored
Merge pull request #8032 from medardm/update-gas-page-after-london-upgrade
Gas Page: More info in After the London Upgrade
2 parents c18e59a + 606063f commit 88db2ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ i.e `21,000 * 200 = 4,200,000 gwei` or 0.0042 ETH
3535

3636
Let's say Jordan has to pay Taylor 1 ETH. In the transaction, the gas limit is 21,000 units and the base fee is 10 gwei. Jordan includes a tip of 2 gwei.
3737

38-
Total fee would have been: `Gas units (limit) * (Base fee + Tip)`
39-
`21,000 * (10 + 2) = 252,000 gwei` or 0.000252 ETH.
38+
The total fee would now be: `units of gas used * (base fee + priority fee)` where the `base fee` is a value set by the protocol and the `priority fee` is a value set by the user as a tip to the validator.
39+
40+
i.e `21,000 * (10 + 2) = 252,000 gwei` or 0.000252 ETH.
4041

4142
When Jordan sends the money, 1.000252 ETH will be deducted from Jordan's account.
4243
Taylor will be credited 1.0000 ETH.

0 commit comments

Comments
 (0)