Skip to content

Commit b3cb3ec

Browse files
docs: update Holesky network for Hoodi in the examples of submitting proofs tutorial (#2134)
1 parent 18f330b commit b3cb3ec

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docs/3_guides/0_submitting_proofs.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ To use it, you can use the `aligned` CLI, as shown with the following example:
7171

7272
```bash
7373
aligned deposit-to-batcher \
74-
--rpc_url https://ethereum-holesky-rpc.publicnode.com \
75-
--network holesky \
74+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com \
75+
--network hoodi \
7676
--keystore_path <keystore_path> \
7777
--amount 0.1ether
7878
```
@@ -89,8 +89,8 @@ After depositing funds, you can verify the Service has correctly received them b
8989

9090
```bash
9191
aligned get-user-balance \
92-
--rpc_url https://ethereum-holesky-rpc.publicnode.com \
93-
--network holesky \
92+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com \
93+
--network hoodi \
9494
--user_addr <user_addr>
9595
```
9696

@@ -138,8 +138,8 @@ aligned submit \
138138
--proof_generator_addr [proof_generator_addr] \
139139
--batch_inclusion_data_directory_path [batch_inclusion_data_directory_path] \
140140
--keystore_path <path_to_ecdsa_keystore> \
141-
--network holesky \
142-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
141+
--network hoodi \
142+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
143143
```
144144

145145
**Example**
@@ -152,8 +152,8 @@ aligned submit \
152152
--vm_program ./scripts/test_files/sp1/sp1_fibonacci_5_0_0.elf \
153153
--public_input ./scripts/test_files/sp1/sp1_fibonacci_5_0_0.pub \
154154
--keystore_path ~/.aligned_keystore/keystore0 \
155-
--network holesky \
156-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
155+
--network hoodi \
156+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
157157
```
158158

159159
### Risc0 proof
@@ -172,8 +172,8 @@ aligned submit \
172172
--proof_generator_addr [proof_generator_addr] \
173173
--batch_inclusion_data_directory_path [batch_inclusion_data_directory_path] \
174174
--keystore_path <path_to_ecdsa_keystore> \
175-
--network holesky \
176-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
175+
--network hoodi \
176+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
177177
```
178178

179179
**NOTE**: As said above, Aligned currently supports Risc0 proofs from `risc0-zkvm` version `v3.0.3`. For generating proofs using `cargo risc-zero` please ensure you are using `v3.0.3` or your proof will not be verified.
@@ -198,8 +198,8 @@ aligned submit \
198198
--public_input ./scripts/test_files/risc_zero/fibonacci_proof_generator/risc_zero_fibonacci_3_0_3.pub \
199199
--aligned_verification_data_path ~/.aligned/aligned_verification_data \
200200
--keystore_path ~/.aligned_keystore/keystore0 \
201-
--network holesky \
202-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
201+
--network hoodi \
202+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
203203
```
204204
205205
### GnarkPlonkBn254, GnarkPlonkBls12_381 and GnarkGroth16Bn254
@@ -216,8 +216,8 @@ aligned submit \
216216
--proof_generator_addr [proof_generator_addr] \
217217
--batch_inclusion_data_directory_path [batch_inclusion_data_directory_path] \
218218
--keystore_path <path_to_ecdsa_keystore> \
219-
--network holesky \
220-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
219+
--network hoodi \
220+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
221221
```
222222
223223
**Examples**:
@@ -230,8 +230,8 @@ aligned submit \
230230
--public_input ./scripts/test_files/gnark_plonk_bn254_script/gnark_plonk_pub_input_0_12_0.pub \
231231
--vk ./scripts/test_files/gnark_plonk_bn254_script/gnark_plonk_0_12_0.vk \
232232
--keystore_path ~/.aligned_keystore/keystore0 \
233-
--network holesky \
234-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
233+
--network hoodi \
234+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
235235
```
236236
237237
```bash
@@ -242,8 +242,8 @@ aligned submit \
242242
--public_input ./scripts/test_files/gnark_plonk_bls12_381_script/gnark_plonk_pub_input_0_12_0.pub \
243243
--vk ./scripts/test_files/gnark_plonk_bls12_381_script/gnark_plonk_0_12_0.vk \
244244
--keystore_path ~/.aligned_keystore/keystore0 \
245-
--network holesky \
246-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
245+
--network hoodi \
246+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
247247
```
248248
249249
```bash
@@ -254,8 +254,8 @@ aligned submit \
254254
--public_input ./scripts/test_files/gnark_groth16_bn254_script/gnark_groth16_0_12_0.pub \
255255
--vk ./scripts/test_files/gnark_groth16_bn254_script/gnark_groth16_0_12_0.vk \
256256
--keystore_path ~/.aligned_keystore/keystore0 \
257-
--network holesky \
258-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
257+
--network hoodi \
258+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
259259
```
260260
261261
### CircomGroth16Bn256
@@ -272,8 +272,8 @@ aligned submit \
272272
--proof_generator_addr [proof_generator_addr] \
273273
--batch_inclusion_data_directory_path [batch_inclusion_data_directory_path] \
274274
--keystore_path <path_to_ecdsa_keystore> \
275-
--network holesky \
276-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
275+
--network hoodi \
276+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
277277
```
278278
**Example**
279279
@@ -285,6 +285,6 @@ aligned submit \
285285
--public_input ./scripts/test_files/circom_groth16_bn256_script/public.json \
286286
--vk ./scripts/test_files/circom_groth16_bn256_script/verification_key.json \
287287
--keystore_path ~/.aligned_keystore/keystore0 \
288-
--network holesky \
289-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
288+
--network hoodi \
289+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
290290
```

0 commit comments

Comments
 (0)