Skip to content

Commit 4bf62cd

Browse files
authored
docs: update Submitting proofs with Hoodi network (#2109)
1 parent 26c9eb7 commit 4bf62cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/3_guides/0_submitting_proofs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Make sure you have Aligned installed as specified [here](../1_introduction/1_try
44

55
If you run the examples below, make sure you are in Aligned's repository root.
66

7-
You can check your submitted proofs on [Mainnet Explorer](https://explorer.alignedlayer.com) and [Holesky Explorer](https://holesky.explorer.alignedlayer.com).
7+
You can check your submitted proofs on [Mainnet Explorer](https://explorer.alignedlayer.com), [Holesky Explorer](https://holesky.explorer.alignedlayer.com), and [Hoodi Explorer](https://hoodi.explorer.alignedlayer.com).
88

99
## Supported Verifiers
1010

@@ -80,7 +80,7 @@ aligned deposit-to-batcher \
8080
This command allows the usage of the following flags:
8181

8282
- `--rpc_url` to specify the rpc url to be used.
83-
- `--network` to specify the network to be used. Can be `devnet`, `holesky` or `mainnet`.
83+
- `--network` to specify the network to be used. Can be `devnet`, `holesky`, `mainnet`, or `hoodi`.
8484
- `--keystore_path` the path to the keystore.
8585
- `--amount` the number of ethers to transfer to the Batcher.
8686
- Note: `--amount` flag parameter must be with the shown format, `XX.XXether`.
@@ -97,7 +97,7 @@ aligned get-user-balance \
9797
These commands allow the usage of the following flags:
9898

9999
- `--rpc_url` to specify the rpc url to be used.
100-
- `--network` to specify the network to be used. Can be `devnet`, `holesky` or `mainnet`.
100+
- `--network` to specify the network to be used. Can be `devnet`, `holesky`, `mainnet`, or `hoodi`.
101101
- `--user_addr` the address of the user that funded the Batcher.
102102

103103
## 3. Submit your proof to the batcher
@@ -113,7 +113,7 @@ Proof submission is done via the `submit` command of the Aligned CLI. The argume
113113
* One of the following, to specify which Network to interact with:
114114
- `--network <working_network_name>`: Network name to interact with.
115115
- Default: `devnet`
116-
- Possible values: `devnet`, `holesky`, `mainnet`
116+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
117117
- For a custom Network, you must specify the following parameters:
118118
- `--aligned_service_manager <aligned_service_manager_contract_address>`
119119
- `--batcher_payment_service <batcher_payment_service_contract_address>`

0 commit comments

Comments
 (0)