Skip to content

Commit 0c7fbee

Browse files
committed
docs: use network for get-user-balance
1 parent a2ea4c9 commit 0c7fbee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/3_guides/0_submitting_proofs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,14 @@ After depositing funds, you can verify the Service has correctly received them b
8686
```bash
8787
aligned get-user-balance \
8888
--rpc_url https://ethereum-holesky-rpc.publicnode.com \
89+
--network holesky \
8990
--user_addr <user_addr>
9091
```
9192

9293
These commands allow the usage of the following flags:
9394

94-
- `--payment_service_addr` to specify the address of the Batcher Payment Service smart contract.
9595
- `--rpc_url` to specify the rpc url to be used.
96+
- `--network` to specify the chain id to be used. Could be holesky or devnet.
9697
- `--user_addr` the address of the user that funded the Batcher.
9798

9899
## 3. Submit your proof to the batcher

0 commit comments

Comments
 (0)