Skip to content

Commit b838d21

Browse files
committed
chore: add project documentation and update test circuit paths
1 parent 920d14b commit b838d21

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/integration/multinodes.nim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

vendor/codex-contracts-eth

0 commit comments

Comments
 (0)