Skip to content

Commit

Permalink
Merge pull request #3 from chironjit/main
Browse files Browse the repository at this point in the history
Corrected hardcoded o1js cache reference
  • Loading branch information
iluxonchik committed Jun 6, 2024
2 parents e2eddf5 + adc5e15 commit 600f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/api/proofs/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 600f406

Please sign in to comment.