Skip to content

Commit

Permalink
Adjust subheadings
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 9, 2024
1 parent 83d71ea commit a2649b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developers/guides/gas/gas-fees.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -96,7 +96,7 @@ A hexadecimal equivalent of an integer representing the current gas price in wei
</TabItem>
</Tabs>

## Use `eth_feeHistory`
## `eth_feeHistory`

### Parameters

Expand Down Expand Up @@ -158,7 +158,7 @@ A hexadecimal equivalent of an integer representing the current gas price in wei
</TabItem>
</Tabs>

## Use `eth_estimateGas`
## `eth_estimateGas`

### Parameters

Expand Down

0 comments on commit a2649b0

Please sign in to comment.