Skip to content

Commit 920d14b

Browse files
committed
chore: add project documentation and update prover configuration in tests
1 parent 2f7bd30 commit 920d14b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/multinodes.nim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ template multinodesuite*(name: string, body: untyped) =
8585
# If you want to use a different provider url in the nodes, you can
8686
# use withEthProvider config modifier in the node config
8787
# to set the desired provider url. E.g.:
88-
# NodeConfigs(
88+
# NodeConfigs(
8989
# hardhat:
9090
# HardhatConfig.none,
9191
# clients:
@@ -235,8 +235,8 @@ template multinodesuite*(name: string, body: untyped) =
235235
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.r1cs",
236236
)
237237
config.addCliOption(
238-
PersistenceCmd.prover, "--circom-wasm",
239-
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.wasm",
238+
PersistenceCmd.prover, "--circom-graph",
239+
"vendor/codex-contracts-eth/verifier/networks/hardhat/proof_main.bin",
240240
)
241241
config.addCliOption(
242242
PersistenceCmd.prover, "--circom-zkey",

0 commit comments

Comments
 (0)