pub const TX_MAX_GAS_LIMIT: u64 = 35_000_000;
Maximum gas allowed per transaction (EIP-7825). Substrate enforces a maximum of 65% of the block gas limit (39 million gas for Astar), so we enforce a cap close to that value.