mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-21 23:03:15 +00:00
chore: add project docs and update test circuit paths
This commit is contained in:
parent
0b68386747
commit
a38e41da5c
@ -230,15 +230,15 @@ template multinodesuite*(name: string, body: untyped) =
|
||||
)
|
||||
config.addCliOption(
|
||||
PersistenceCmd.prover, "--circom-r1cs",
|
||||
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.r1cs",
|
||||
"tests/circuits/fixtures/proof_main.r1cs",
|
||||
)
|
||||
config.addCliOption(
|
||||
PersistenceCmd.prover, "--circom-graph",
|
||||
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.bin",
|
||||
"tests/circuits/fixtures/proof_main.bin",
|
||||
)
|
||||
config.addCliOption(
|
||||
PersistenceCmd.prover, "--circom-zkey",
|
||||
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.zkey",
|
||||
"tests/circuits/fixtures/proof_main.zkey",
|
||||
)
|
||||
|
||||
return await newCodexProcess(providerIdx, config, Role.Provider)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user