MCPcopy Create free account
hub / github.com/base/base / default_limits

Function default_limits

crates/builder/core/src/execution.rs:393–395  ·  view source on GitHub ↗

Helper to create default limits with block gas limit set

()

Source from the content-addressed store, hash-verified

391
392 /// Helper to create default limits with block gas limit set
393 fn default_limits() -> ResourceLimits {
394 ResourceLimits { block_gas_limit: 30_000_000, ..Default::default() }
395 }
396
397 // ==================== Basic Limit Tests ====================
398

Calls

no outgoing calls