From a2649b0dd265cb2839b40e0f526435fd2b509f06 Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:34:06 +0100 Subject: [PATCH] Adjust subheadings --- docs/developers/guides/gas/gas-fees.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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