You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/3_guides/0_submitting_proofs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Make sure you have Aligned installed as specified [here](../1_introduction/1_try
4
4
5
5
If you run the examples below, make sure you are in Aligned's repository root.
6
6
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).
8
8
9
9
## Supported Verifiers
10
10
@@ -80,7 +80,7 @@ aligned deposit-to-batcher \
80
80
This command allows the usage of the following flags:
81
81
82
82
- `--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`.
84
84
- `--keystore_path` the path to the keystore.
85
85
- `--amount` the number of ethers to transfer to the Batcher.
86
86
- Note: `--amount` flag parameter must be with the shown format, `XX.XXether`.
@@ -97,7 +97,7 @@ aligned get-user-balance \
97
97
These commands allow the usage of the following flags:
98
98
99
99
- `--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`.
101
101
- `--user_addr` the address of the user that funded the Batcher.
102
102
103
103
## 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
113
113
* One of the following, to specify which Network to interact with:
114
114
- `--network <working_network_name>`: Network name to interact with.
115
115
- Default: `devnet`
116
-
- Possible values: `devnet`, `holesky`, `mainnet`
116
+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
117
117
- For a custom Network, you must specify the following parameters:
0 commit comments