mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-16 17:23:06 +00:00
chore: add project documentation and update prover configuration in tests
This commit is contained in:
parent
1f8ad7bd49
commit
0b68386747
@ -85,7 +85,7 @@ template multinodesuite*(name: string, body: untyped) =
|
||||
# If you want to use a different provider url in the nodes, you can
|
||||
# use withEthProvider config modifier in the node config
|
||||
# to set the desired provider url. E.g.:
|
||||
# NodeConfigs(
|
||||
# NodeConfigs(
|
||||
# hardhat:
|
||||
# HardhatConfig.none,
|
||||
# clients:
|
||||
@ -233,8 +233,8 @@ template multinodesuite*(name: string, body: untyped) =
|
||||
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.r1cs",
|
||||
)
|
||||
config.addCliOption(
|
||||
PersistenceCmd.prover, "--circom-wasm",
|
||||
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.wasm",
|
||||
PersistenceCmd.prover, "--circom-graph",
|
||||
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.bin",
|
||||
)
|
||||
config.addCliOption(
|
||||
PersistenceCmd.prover, "--circom-zkey",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user