Skip to content

Commit

Permalink
Adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 9, 2024
1 parent ad466d2 commit 9668c20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/developers/guides/gas/gas-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@ You can use `eth_gasPrice` or `eth_feeHistory` to get the gas price, in wei, and

:::note
`eth_estimateGas` returns a total quantity of gas estimated for the transaction, whereas
`linea_estimateGas` will return `gasLimit`, `baseFeePerGas`, and `priorityFeePerGas` once available.
This makes it more precise; the gas quantity returned by`eth_estimateGas` is generally higher than
the `gasLimit` returned by `linea_estimateGas`.
`linea_estimateGas` will return `gasLimit`, `baseFeePerGas`, and `priorityFeePerGas` once available,
providing a more precise estimate.
:::

## `eth_gasPrice`
Expand Down

0 comments on commit 9668c20

Please sign in to comment.