Skip to content

Commit

Permalink
update default for rpc-gas-cap (#1772)
Browse files Browse the repository at this point in the history
* update default for rpc-gas-cap

Signed-off-by: Sally MacFarlane <[email protected]>

* Update docs/public-networks/reference/cli/options.md

Signed-off-by: Byron Gravenorst <[email protected]>

---------

Signed-off-by: Sally MacFarlane <[email protected]>
Signed-off-by: Byron Gravenorst <[email protected]>
Co-authored-by: Byron Gravenorst <[email protected]>
  • Loading branch information
macfarla and bgravenorst authored Feb 5, 2025
1 parent 386d3a1 commit fdff6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -3406,7 +3406,7 @@ Sets a limit on the amount of gas for transaction simulation RPC methods.
This option allows users to override the transaction's gas limit.
This can prevent the simulation of transactions with high gas usage by setting a predefined cap, preventing DoS attacks.
Its value must be greater than or equal to `0`.
The default is `0`, which indicates there is no limit.
The default is `50000000`. You can set this to `0` to indicate there is no limit.
This cap prevents [`eth_call`](../api/index.md#eth_call) requests from using excessive resources.

### `rpc-http-api`
Expand Down

0 comments on commit fdff6fc

Please sign in to comment.