Skip to content

Commit a36e5e3

Browse files
docs: change Holesky network for Hoodi in the Try Aligned section (#2138)
Co-authored-by: Julian Arce <[email protected]>
1 parent 6514422 commit a36e5e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/1_introduction/1_try_aligned.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
In this tutorial, you will learn how to send your first SP1 proofs to get verified in Aligned in under 3 minutes.
44

55
{% hint style="warning" %}
6-
This tutorial is for sending proofs on Holesky network.
6+
This tutorial is for sending proofs on Hoodi network.
77
To send proofs on Mainnet, please refer to the [submitting proofs](../3_guides/0_submitting_proofs.md) guide.
88
{% endhint %}
99

1010
## Quickstart
1111

12-
We will download a previously generated SP1 proof, send it to Aligned for verification, and retrieve the results from Ethereum Holesky testnet.
12+
We will download a previously generated SP1 proof, send it to Aligned for verification, and retrieve the results from Ethereum Hoodi testnet.
1313

1414
1. Download and install Aligned to send proofs in the testnet:
1515

@@ -35,8 +35,8 @@ aligned submit \
3535
--vm_program ~/.aligned/test_files/sp1_fibonacci_5_0_0.elf \
3636
--public_input ~/.aligned/test_files/sp1_fibonacci_5_0_0.pub \
3737
--aligned_verification_data_path ~/.aligned/aligned_verification_data \
38-
--network holesky \
39-
--rpc_url https://ethereum-holesky-rpc.publicnode.com
38+
--network hoodi \
39+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com
4040
```
4141

4242
5. You should get a response like this:
@@ -56,8 +56,8 @@ Use the link in the response to check the status of your transaction in the Alig
5656
```bash
5757
aligned verify-proof-onchain \
5858
--aligned-verification-data ~/.aligned/aligned_verification_data/*.cbor \
59-
--rpc_url https://ethereum-holesky-rpc.publicnode.com \
60-
--network holesky
59+
--rpc_url https://ethereum-hoodi-rpc.publicnode.com \
60+
--network hoodi
6161
```
6262
6363
This is reading the result of the proof verification in Ethereum.

0 commit comments

Comments
 (0)