Merge pull request #4588 from ethereum/yann300-patch-55

use wasm instead of c++
pull/5370/head
yann300 9 months ago committed by GitHub
commit 5a5e4c32ed
  1. 2
      libs/remix-ws-templates/src/script-templates/sindri/sindri.json

@ -5,5 +5,5 @@
"circuitType": "circom", "circuitType": "circom",
"curve": "bn254", "curve": "bn254",
"provingScheme": "groth16", "provingScheme": "groth16",
"witnessCompiler": "c++" "witnessCompiler": "wasm"
} }

Loading…
Cancel
Save