diff --git a/docs/developers/guides/gas/gas-fees.mdx b/docs/developers/guides/gas/gas-fees.mdx index d136ba48a..3102acdc2 100644 --- a/docs/developers/guides/gas/gas-fees.mdx +++ b/docs/developers/guides/gas/gas-fees.mdx @@ -57,7 +57,7 @@ You can use `eth_gasPrice` or `eth_feeHistory` to get the gas price, in wei, and `eth_estimateGas` is therefore less precise and generally provides a higher estimate. ::: -## Use `eth_gasPrice` +## `eth_gasPrice` ### Parameters @@ -96,7 +96,7 @@ A hexadecimal equivalent of an integer representing the current gas price in wei -## Use `eth_feeHistory` +## `eth_feeHistory` ### Parameters @@ -158,7 +158,7 @@ A hexadecimal equivalent of an integer representing the current gas price in wei -## Use `eth_estimateGas` +## `eth_estimateGas` ### Parameters