File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import { Barretenberg , RawBuffer , UltraHonkBackend } from "@aztec/bb.js" ;
2- import innerCircuit from "../circuits/inner/target/inner.json" assert { type : "json" } ;
3- import recursiveCircuit from "../circuits/recursive/target/recursive.json" assert { type : "json" } ;
2+ import innerCircuit from "../circuits/inner/target/inner.json" with { type : "json" } ;
3+ import recursiveCircuit from "../circuits/recursive/target/recursive.json" with { type : "json" } ;
44import { CompiledCircuit , Noir } from "@noir-lang/noir_js" ;
55
66( async ( ) => {
@@ -29,7 +29,7 @@ import { CompiledCircuit, Noir } from "@noir-lang/noir_js";
2929 // Verify recursive proof
3030 const verified = await recursiveBackend . verifyProof ( { proof : recursiveProof , publicInputs : recursivePublicInputs } ) ;
3131 console . log ( "Recursive proof verified: " , verified ) ;
32-
32+
3333 process . exit ( verified ? 0 : 1 ) ;
3434 } catch ( error ) {
3535 console . error ( error ) ;
You can’t perform that action at this time.
0 commit comments