pub async fn run_verify_standalone(
args: &VerifyProposalArgs,
) -> Result<VerifyReport>Expand description
Run verification without a wallet provider.
Reads chain_id from <args.dir>/proposal.toml, resolves the RPC from
args.rpc_url (or ESPRESSO_L1_PROVIDER) or the built-in public-node map,
then delegates to run_verify.