File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments