pub async fn setup(
num_nodes: usize,
) -> Result<(Vec<NodeHelperType<OpNode>>, TaskManager, Wallet)>
Available on crate features
optimism
and test-utils
only.Expand description
Creates the initial setup with num_nodes
of the node config, started and connected.