pub const RPC_DEFAULT_GAS_CAP: u64 = 50_000_000; // 50_000_000u64
Expand description
The default gas limit for eth_call
and adjacent calls.
This is different from the default to regular 30M block gas limit ETHEREUM_BLOCK_GAS_LIMIT
to allow for more complex calls.