Skip to content

Commit

Permalink
docs: use network for get-user-balance (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
IAvecilla authored Oct 7, 2024
2 parents a2ea4c9 + 0c7fbee commit 0cb8a81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/3_guides/0_submitting_proofs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
Expand Down

0 comments on commit 0cb8a81

Please sign in to comment.