simulateExecutionBundle
Simulate the execution of a bundle of 1-2 transactions with full call traces. Verify transaction behavior and debug complex interactions before sending to the network.
Instructions
Simulate execution of a bundle of 1-2 transactions with full call traces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| transactions | Yes | Array of transaction objects to simulate (1-2 items) |