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 @@ -232,15 +232,15 @@ template multinodesuite*(name: string, body: untyped) =
232232 )
233233 config.addCliOption (
234234 PersistenceCmd .prover, " --circom-r1cs" ,
235- " vendor/codex-contracts-eth/verifier/networks/hardhat /proof_main.r1cs" ,
235+ " tests/circuits/fixtures /proof_main.r1cs" ,
236236 )
237237 config.addCliOption (
238238 PersistenceCmd .prover, " --circom-graph" ,
239- " vendor/codex-contracts-eth/verifier/networks/hardhat /proof_main.bin" ,
239+ " tests/circuits/fixtures /proof_main.bin" ,
240240 )
241241 config.addCliOption (
242242 PersistenceCmd .prover, " --circom-zkey" ,
243- " vendor/codex-contracts-eth/verifier/networks/hardhat /proof_main.zkey" ,
243+ " tests/circuits/fixtures /proof_main.zkey" ,
244244 )
245245
246246 return await newCodexProcess (providerIdx, config, Role .Provider )
You can’t perform that action at this time.
0 commit comments