pub const TX_GAS_LIMIT_CAP: u64 = 30_000_000;Expand description
Transaction gas limit cap.
ยงRationale from EIP
The proposed cap of 30 million gas is based on the typical size of Ethereum blocks today, which often range between 30-40 million gas. This value is large enough to allow complex transactions, such as contract deployments and advanced DeFi interactions, while still reserving space for other transactions within a block.