Skip to content

Commit

Permalink
update prove-block script
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Oct 3, 2024
1 parent d14774d commit 62c29a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions script/prove-block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ elif [ "$proof" == "sp1" ]; then
"verify": false
}
'
elif [ "$proof" == "sp1-aggregation" ]; then
proofParam='
"proof_type": "sp1",
"blob_proof_type": "proof_of_equivalence",
"sp1": {
"recursion": "compressed",
"prover": "network",
"verify": false
}
'
elif [ "$proof" == "sgx" ]; then
proofParam='
"proof_type": "sgx",
Expand Down

0 comments on commit 62c29a5

Please sign in to comment.