Skip to content

Commit 8b0f226

Browse files
alexandratranAlexandra Tran
andauthored
Update rpc-gas-cap default (#1835)
* Document truststore options Signed-off-by: Alexandra Tran <[email protected]> * add more context to descriptions Signed-off-by: Alexandra Tran <[email protected]> * update `rpc-gas-cap` default Signed-off-by: Alexandra Tran <[email protected]> --------- Signed-off-by: Alexandra Tran <[email protected]> Co-authored-by: Alexandra Tran <[email protected]>
1 parent 2864825 commit 8b0f226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3595,7 +3595,7 @@ Sets a limit on the amount of gas for transaction simulation RPC methods.
35953595
This option allows users to override the transaction's gas limit.
35963596
This can prevent the simulation of transactions with high gas usage by setting a predefined cap, preventing DoS attacks.
35973597
Its value must be greater than or equal to `0`.
3598-
The default is `50000000`. You can set this to `0` to indicate there is no limit.
3598+
The default is `100000000`. You can set this to `0` to indicate there is no limit.
35993599
This cap prevents [`eth_call`](../api/index.md#eth_call) requests from using excessive resources.
36003600

36013601
### `rpc-http-api`

0 commit comments

Comments
 (0)