Skip to content

Commit d63e823

Browse files
docs: change Holesky for Hoodi in Generating proofs for Aligned section (#2139)
Co-authored-by: Julian Arce <[email protected]>
1 parent a36e5e3 commit d63e823

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/3_guides/4_generating_proofs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ aligned submit \
4141
--vm_program <vm_program_path> \
4242
--batcher_url wss://batcher.alignedlayer.com \
4343
--proof_generator_addr <proof_generator_addr> \
44-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
44+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
4545
```
4646

4747
Where `proof_path` is the path to the proof file, `vm_program_path` is the path to the ELF file. `proof_generator_addr` is an optional parameter that works as a helper for some applications where you can be frontrunned.
@@ -90,7 +90,7 @@ aligned submit \
9090
--vk <verification_key_path> \
9191
--batcher_url wss://batcher.alignedlayer.com \
9292
--proof_generator_addr <proof_generator_addr> \
93-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
93+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
9494
```
9595

9696
Where proof path is the path to the proof file, `public_input_path` is the path to the public input file,
@@ -168,7 +168,7 @@ aligned submit \
168168
--public_input <pub_input_file_path> \
169169
--batcher_url wss://batcher.alignedlayer.com \
170170
--proof_generator_addr <proof_generator_addr> \
171-
--rpc_url https://ethereum-holesky-rpc.publicnode.com \
171+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com \
172172
--payment_service_addr 0x815aeCA64a974297942D2Bbf034ABEe22a38A003
173173
```
174174

0 commit comments

Comments
 (0)