Lock-Hint Lanes
SubmitLane gives you two ways to send:
L1 lane
- Direct RPC via
L1Submitter. - Full control of preflight and logs.
- Great for integration & debugging.
Router lane
- JSON-RPC via
RouterSubmitterto a gateway you control. - Often
skipPreflight: trueon the gateway for throughput. - Good for managed infra & higher load.
Guidance: start on L1; switch to Router for gateway-backed runs.