We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rpc-gas-cap
1 parent 2864825 commit 8b0f226Copy full SHA for 8b0f226
docs/public-networks/reference/cli/options.md
@@ -3595,7 +3595,7 @@ Sets a limit on the amount of gas for transaction simulation RPC methods.
3595
This option allows users to override the transaction's gas limit.
3596
This can prevent the simulation of transactions with high gas usage by setting a predefined cap, preventing DoS attacks.
3597
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.
+The default is `100000000`. You can set this to `0` to indicate there is no limit.
3599
This cap prevents [`eth_call`](../api/index.md#eth_call) requests from using excessive resources.
3600
3601
### `rpc-http-api`
0 commit comments