We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebd1c9 commit 10e43fbCopy full SHA for 10e43fb
1 file changed
operator/mina/lib/src/pickles/query.sh
@@ -1,13 +1,9 @@
1
-# Query wrap proof data
+# Query wrap proof data and wrap proof verifier key
2
curl -d '{"query": "{
3
+ blockchainVerificationKey
4
bestChain {
5
protocolStateProof {
6
json
7
}
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
+}"}' -H 'Content-Type: application/json' $MINA_GRAPHQL_URL -o mina_state_proof_vk_query.json
0 commit comments