Skip to content

Commit e98091c

Browse files
committed
Update quiz to 4.1.7 and fix network
1 parent d754428 commit e98091c

File tree

4 files changed

+7827
-3
lines changed

4 files changed

+7827
-3
lines changed

docs/3_guides/2_build_your_first_aligned_application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Next, we will see how to execute ZKQuiz to get your own ZKQuiz NFT!
3131
2. [Foundry](https://getfoundry.sh)
3232

3333
{% hint style="info" %}
34-
ELF commitment was generated with Rust v1.80.1 and SP1 v4.1.3.
34+
ELF commitment was generated with Rust v1.80.1 and SP1 v4.1.7.
3535
{% endhint %}
3636

3737
### Usage

examples/zkquiz/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ answer_quiz:
1414
@cd quiz/script && cargo run -r -- \
1515
--keystore-path $(KEYSTORE_PATH) \
1616
--rpc-url $(RPC_URL) \
17+
--network holesky \
1718
--verifier-contract-address $(CONTRACT_ADDRESS)
1819

1920
answer_quiz_stage:

0 commit comments

Comments
 (0)