Skip to content

Commit

Permalink
chore(circuits): update circom configuration
Browse files Browse the repository at this point in the history
re #357
  • Loading branch information
cedoor committed Feb 10, 2024
1 parent 9b363ff commit 0072517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/circomkit.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dirCircuits": "./",
"dirInputs": "./inputs",
"dirBuild": "./build",
"optimization": 1,
"optimization": 2,
"inspect": true,
"include": ["../../node_modules/circomlib/circuits", "../../node_modules/@zk-kit/circuits/circom"],
"groth16numContributions": 1,
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/circuits.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"semaphore": {
"file": "semaphore",
"template": "Semaphore",
"params": [4]
"params": [10]
}
}

0 comments on commit 0072517

Please sign in to comment.