Skip to content

Commit

Permalink
fix for link
Browse files Browse the repository at this point in the history
  • Loading branch information
m4sterbunny committed Jul 22, 2024
1 parent b780856 commit b609883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Generates and returns an estimate of how much gas is necessary to allow the tran

:::warning Gas parameter is capped

To prevent abuse of the API, the `gas` parameter in this `eth_estimateGas` method and in [`eth_call`](../reference/ethereum/json-rpc-methods/eth_call.mdx) is capped at 10x (1000%) the current block gas limit. You can recreate this behavior in your local test environment (besu, geth, or other client) via the [`rpc.gascap`](https://geth.ethereum.org/docs/fundamentals/command-line-options#commands) command-line option.
To prevent abuse of the API, the `gas` parameter in this `eth_estimateGas` method and in [`eth_call`](../ethereum/json-rpc-methods/eth_call.mdx) is capped at 10x (1000%) the current block gas limit. You can recreate this behavior in your local test environment (besu, geth, or other client) via the [`rpc.gascap`](https://geth.ethereum.org/docs/fundamentals/command-line-options#commands) command-line option.
:::

0 comments on commit b609883

Please sign in to comment.