pub const MAX_BATCH_SIZE: usize = 200;Expand description
Maximum number of calls to batch in a single aggregate3 invocation.
Caps per-batch gas and calldata size. execute_batched splits larger call
sets into chunks of at most this many calls.
pub const MAX_BATCH_SIZE: usize = 200;Maximum number of calls to batch in a single aggregate3 invocation.
Caps per-batch gas and calldata size. execute_batched splits larger call
sets into chunks of at most this many calls.