Constant TX_GAS_LIMIT_CAP

pub const TX_GAS_LIMIT_CAP: u64 = 30_000_000; // 30_000_000u64
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.