Skip to content

Commit 7868d49

Browse files
authored
docs: update Aligned CLI section with Hoodi network (#2107)
1 parent 6505a6e commit 7868d49

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

docs/3_guides/9_aligned_cli.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ Submit a proof to the Aligned Layer batcher.
5252
- Default: `ws://localhost:8080`
5353
- Mainnet: `wss://mainnet.batcher.alignedlayer.com`
5454
- Holesky: `wss://batcher.alignedlayer.com`
55+
- Hoodi: `wss://hoodi.batcher.alignedlayer.com`
5556
- `--rpc_url <RPC_provider_url>`: User's Ethereum RPC provider connection address.
5657
- Default: `http://localhost:8545`
5758
- Mainnet: `https://ethereum-rpc.publicnode.com`
5859
- Holesky: `https://ethereum-holesky-rpc.publicnode.com`
60+
- Hoodi: `https://ethereum-hoodi-rpc.publicnode.com`
5961
- Also, you can use your own Ethereum RPC providers.
6062
- `--proving_system <proving_system>`: Proof system of the submitted proof
6163
- Possible values: `GnarkPlonkBls12_381`, `GnarkPlonkBn254`, `Groth16Bn254`, `SP1`, `Risc0`, `CircomGroth16Bn256`
@@ -76,7 +78,7 @@ Submit a proof to the Aligned Layer batcher.
7678
- One of the following, to specify which Network to interact with:
7779
- `--network <working_network_name>`: Network name to interact with.
7880
- Default: `devnet`
79-
- Possible values: `devnet`, `holesky`, `mainnet`
81+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
8082
- For a custom Network, you must specify the following parameters:
8183
- `--aligned_service_manager <aligned_service_manager_contract_address>`
8284
- `--batcher_payment_service <batcher_payment_service_contract_address>`
@@ -123,11 +125,12 @@ Check if a proof was verified by Aligned on Ethereum.
123125
- Default: `http://localhost:8545`
124126
- Mainnet: `https://ethereum-rpc.publicnode.com`
125127
- Holesky: `https://ethereum-holesky-rpc.publicnode.com`
128+
- Hoodi: `https://ethereum-hoodi-rpc.publicnode.com`
126129
- Also, you can use your own Ethereum RPC providers.
127130
- One of the following, to specify which Network to interact with:
128131
- `--network <working_network_name>`: Network name to interact with.
129132
- Default: `devnet`
130-
- Possible values: `devnet`, `holesky`, `mainnet`
133+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
131134
- For a custom Network, you must specify the following parameters:
132135
- `--aligned_service_manager <aligned_service_manager_contract_address>`
133136
- `--batcher_payment_service <batcher_payment_service_contract_address>`
@@ -181,12 +184,13 @@ Deposits Ethereum into the Aligned Layer's `BatcherPaymentService.sol` contract.
181184
- Default: `http://localhost:8545`
182185
- Mainnet: `https://ethereum-rpc.publicnode.com`
183186
- Holesky: `https://ethereum-holesky-rpc.publicnode.com`
187+
- Hoodi: `https://ethereum-hoodi-rpc.publicnode.com`
184188
- Also, you can use your own Ethereum RPC providers.
185189
- `--amount <amount (ether)>`: Amount of Ether to deposit.
186190
- One of the following, to specify which Network to interact with:
187191
- `--network <working_network_name>`: Network name to interact with.
188192
- Default: `devnet`
189-
- Possible values: `devnet`, `holesky`, `mainnet`
193+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
190194
- For a custom Network, you must specify the following parameters:
191195
- `--aligned_service_manager <aligned_service_manager_contract_address>`
192196
- `--batcher_payment_service <batcher_payment_service_contract_address>`
@@ -220,7 +224,7 @@ Retrieves the user's balance in the Aligned Layer's contract.
220224
- One of the following, to specify which Network to interact with:
221225
- `--network <working_network_name>`: Network name to interact with.
222226
- Default: `devnet`
223-
- Possible values: `devnet`, `holesky`, `mainnet`
227+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
224228
- For a custom Network, you must specify the following parameters:
225229
- `--aligned_service_manager <aligned_service_manager_contract_address>`
226230
- `--batcher_payment_service <batcher_payment_service_contract_address>`
@@ -229,6 +233,7 @@ Retrieves the user's balance in the Aligned Layer's contract.
229233
- Default: `http://localhost:8545`
230234
- Mainnet: `https://ethereum-rpc.publicnode.com`
231235
- Holesky: `https://ethereum-holesky-rpc.publicnode.com`
236+
- Hoodi: `https://ethereum-hoodi-rpc.publicnode.com`
232237
- Also, you can use your own Ethereum RPC providers.
233238
- `--user_addr`: User's Ethereum address.
234239

@@ -259,7 +264,7 @@ Retrieves the user's current nonce from the Batcher.
259264
- One of the following, to specify which Network to interact with:
260265
- `--network <working_network_name>`: Network name to interact with.
261266
- Default: `devnet`
262-
- Possible values: `devnet`, `holesky`, `mainnet`
267+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
263268
- For a custom Network, you must specify the following parameters:
264269
- `--aligned_service_manager <aligned_service_manager_contract_address>`
265270
- `--batcher_payment_service <batcher_payment_service_contract_address>`
@@ -291,7 +296,7 @@ Retrieves the user's current nonce from the Blockhain, in the Batcher Payment Se
291296
- One of the following, to specify which Network to interact with:
292297
- `--network <working_network_name>`: Network name to interact with.
293298
- Default: `devnet`
294-
- Possible values: `devnet`, `holesky`, `mainnet`
299+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
295300
- For a custom Network, you must specify the following parameters:
296301
- `--aligned_service_manager <aligned_service_manager_contract_address>`
297302
- `--batcher_payment_service <batcher_payment_service_contract_address>`
@@ -300,6 +305,7 @@ Retrieves the user's current nonce from the Blockhain, in the Batcher Payment Se
300305
- Default: `http://localhost:8545`
301306
- Mainnet: `https://ethereum-rpc.publicnode.com`
302307
- Holesky: `https://ethereum-holesky-rpc.publicnode.com`
308+
- Hoodi: `https://ethereum-hoodi-rpc.publicnode.com`
303309
- Also, you can use your own Ethereum RPC providers.
304310
305311
#### Example:
@@ -328,16 +334,18 @@ Retrieves the user's amount of queued proofs in the Batcher.
328334
- `--user_addr <user_address>`: User's Ethereum address.
329335
- `--network <working_network_name>`: Network name to interact with.
330336
- Default: `devnet`
331-
- Possible values: `devnet`, `holesky`, `mainnet`
337+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
332338
- `--rpc_url <RPC_provider_url>`: User's Ethereum RPC provider connection address.
333339
- Default: `http://localhost:8545`
334340
- Mainnet: `https://ethereum-rpc.publicnode.com`
335341
- Holesky: `https://ethereum-holesky-rpc.publicnode.com`
342+
- Hoodi: `https://ethereum-hoodi-rpc.publicnode.com`
336343
- Also, you can use your own Ethereum RPC providers.
337344
- `--batcher_url <batcher_connection_address>`: Websocket URL for the Aligned Layer batcher
338345
- Default: `ws://localhost:8080`
339346
- Mainnet: `wss://mainnet.batcher.alignedlayer.com`
340347
- Holesky: `wss://batcher.alignedlayer.com`
348+
- Hoodi: `wss://hoodi.batcher.alignedlayer.com`
341349

342350
#### Example:
343351

@@ -368,11 +376,12 @@ Verifies if your proof has been verified by the `Aggregation Mode`.
368376
- `--from-block`: From which block to start fetching events. This must no be older than 18 days as blobs will be expired. Defaults to the block corresponding to last 24 hours.
369377
- `--network <working_network_name>`: Network name to interact with.
370378
- Default: `devnet`
371-
- Possible values: `devnet`, `holesky`, `mainnet`
379+
- Possible values: `devnet`, `holesky`, `mainnet`, `hoodi`
372380
- `--rpc_url <RPC_provider_url>`: User's Ethereum RPC provider connection address.
373381
- Default: `http://localhost:8545`
374382
- Mainnet: `https://ethereum-rpc.publicnode.com`
375383
- Holesky: `https://ethereum-holesky-rpc.publicnode.com`
384+
- Hoodi: `https://ethereum-hoodi-rpc.publicnode.com`
376385
- Also, you can use your own Ethereum RPC providers.
377386
- `--beacon_client_url <BEACON_CLIENT_URL>`: User's Ethereum Consensus provider connection address. Public nodes don't support this method.
378387

0 commit comments

Comments
 (0)