diff --git a/contracts/src/api/proofs/Types.ts b/contracts/src/api/proofs/Types.ts index 3a40e0f..95d0e2b 100644 --- a/contracts/src/api/proofs/Types.ts +++ b/contracts/src/api/proofs/Types.ts @@ -19,7 +19,7 @@ export interface IO1JSProofConstructor { export type ZKProgramCompileResult = {verificationKey: {data: string, hash: Field}}; export type ZKProgramCircuit = { compile: (options?: { - cache?: import("/Users/iluxonchik/GitHub/zkLocus/contracts/node_modules/o1js/dist/node/lib/proof-system/cache").Cache; + cache?: import("o1js/dist/node/lib/proof-system/cache").Cache; forceRecompile?: boolean; }) => Promise<{ verificationKey: {