mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-14 13:57:29 +00:00
pass prover options
This commit is contained in:
parent
e4d06d9f0e
commit
4c4f64de0e
@ -39,6 +39,9 @@ template twonodessuite*(name: string, debug1, debug2: string, body) =
|
|||||||
"--disc-port=8090",
|
"--disc-port=8090",
|
||||||
"--listen-addrs=/ip4/127.0.0.1/tcp/0",
|
"--listen-addrs=/ip4/127.0.0.1/tcp/0",
|
||||||
"--persistence",
|
"--persistence",
|
||||||
|
"--circom-r1cs=tests/circuits/fixtures/proof_main.r1cs",
|
||||||
|
"--circom-wasm=tests/circuits/fixtures/proof_main.wasm",
|
||||||
|
"--circom-no-zkey",
|
||||||
"--eth-account=" & $account1
|
"--eth-account=" & $account1
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -59,6 +62,9 @@ template twonodessuite*(name: string, debug1, debug2: string, body) =
|
|||||||
"--listen-addrs=/ip4/127.0.0.1/tcp/0",
|
"--listen-addrs=/ip4/127.0.0.1/tcp/0",
|
||||||
"--bootstrap-node=" & bootstrap,
|
"--bootstrap-node=" & bootstrap,
|
||||||
"--persistence",
|
"--persistence",
|
||||||
|
"--circom-r1cs=tests/circuits/fixtures/proof_main.r1cs",
|
||||||
|
"--circom-wasm=tests/circuits/fixtures/proof_main.wasm",
|
||||||
|
"--circom-no-zkey",
|
||||||
"--eth-account=" & $account2
|
"--eth-account=" & $account2
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user