Skip to content

Commit 10e43fb

Browse files
committed
Update query.sh
1 parent 9ebd1c9 commit 10e43fb

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
# Query wrap proof data
1+
# Query wrap proof data and wrap proof verifier key
22
curl -d '{"query": "{
3+
blockchainVerificationKey
34
bestChain {
45
protocolStateProof {
56
json
67
}
78
}
8-
}"}' -H 'Content-Type: application/json' $MINA_GRAPHQL_URL -o protocolStateProof.json
9-
10-
# Query wrap proof verifier key
11-
curl -d '{"query": "{
12-
blockchainVerificationKey
13-
}"}' -H 'Content-Type: application/json' $MINA_GRAPHQL_URL -o blockchainVerificationKey.json
9+
}"}' -H 'Content-Type: application/json' $MINA_GRAPHQL_URL -o mina_state_proof_vk_query.json

0 commit comments

Comments
 (0)