Skip to content

Commit 904e81e

Browse files
committed
fix: update zkquiz to new SP1 version
1 parent d257aad commit 904e81e

File tree

6 files changed

+246
-6791
lines changed

6 files changed

+246
-6791
lines changed

examples/zkquiz/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ answer_quiz_local:
2727
@cd quiz/script && cargo run -r -- \
2828
--keystore-path ../../../../config-files/devnet/keys/operator-3.ecdsa.key.json \
2929
--rpc-url http://localhost:8545 \
30-
--batcher-url ws://localhost:8080 \
3130
--network devnet \
3231
--verifier-contract-address $(CONTRACT_ADDRESS)
3332

examples/zkquiz/contracts/deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ forge script script/Deployer.s.sol \
3333
--rpc-url "$RPC_URL" \
3434
--private-key "$PRIVATE_KEY" \
3535
--broadcast \
36-
--verify \
37-
--etherscan-api-key $ETHERSCAN_API_KEY \
36+
${ETHERSCAN_API_KEY:+--verify --etherscan-api-key "$ETHERSCAN_API_KEY"} \
3837
--sig "run(address _alignedServiceManager, address _paymentService)"

examples/zkquiz/quiz/program/Cargo.lock

Lines changed: 240 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)