From 0c7fbeec0c25c48782f3de9665e16f1d2091793b Mon Sep 17 00:00:00 2001 From: JuArce <52429267+JuArce@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:43:49 -0300 Subject: [PATCH] docs: use network for get-user-balance --- docs/3_guides/0_submitting_proofs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/3_guides/0_submitting_proofs.md b/docs/3_guides/0_submitting_proofs.md index ca3276051..e877304e3 100644 --- a/docs/3_guides/0_submitting_proofs.md +++ b/docs/3_guides/0_submitting_proofs.md @@ -86,13 +86,14 @@ After depositing funds, you can verify the Service has correctly received them b ```bash aligned get-user-balance \ --rpc_url https://ethereum-holesky-rpc.publicnode.com \ +--network holesky \ --user_addr ``` These commands allow the usage of the following flags: -- `--payment_service_addr` to specify the address of the Batcher Payment Service smart contract. - `--rpc_url` to specify the rpc url to be used. +- `--network` to specify the chain id to be used. Could be holesky or devnet. - `--user_addr` the address of the user that funded the Batcher. ## 3. Submit your proof to the batcher