Remove `sindri.json` from the Circom templates.

pull/4512/head
Evan Sangaline 9 months ago committed by Aniket
parent dc93285c5e
commit d1b4f999dc
  1. 2
      libs/remix-ws-templates/src/templates/hashchecker/index.ts
  2. 9
      libs/remix-ws-templates/src/templates/hashchecker/sindri.json
  3. 2
      libs/remix-ws-templates/src/templates/rln/index.ts
  4. 9
      libs/remix-ws-templates/src/templates/rln/sindri.json
  5. 4
      libs/remix-ws-templates/src/templates/semaphore/index.ts
  6. 9
      libs/remix-ws-templates/src/templates/semaphore/sindri.json

@ -10,7 +10,5 @@ export default async () => {
'templates/groth16_verifier.sol.ejs': (await import('!!raw-loader!./templates/groth16_verifier.sol.ejs')).default,
// @ts-ignore
'README.md': (await import('raw-loader!./README.md')).default,
// @ts-ignore
'sindri.json': (await import('./sindri.json.raw!=!raw-loader!./sindri.json')).default,
}
}

@ -1,9 +0,0 @@
{
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json",
"name": "hashchecker",
"circuitPath": "./circuits/calculate_hash.circom",
"circuitType": "circom",
"curve": "bn254",
"provingScheme": "groth16",
"witnessCompiler": "wasm"
}

@ -18,7 +18,5 @@ export default async () => {
'LICENSE-MIT': (await import('!!raw-loader!./LICENSE-MIT')).default,
// @ts-ignore
'README.md': (await import('raw-loader!./README.md')).default,
// @ts-ignore
'sindri.json': (await import('./sindri.json.raw!=!raw-loader!./sindri.json')).default,
}
}

@ -1,9 +0,0 @@
{
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json",
"name": "rln",
"circuitPath": "./circuits/rln.circom",
"circuitType": "circom",
"curve": "bn254",
"provingScheme": "groth16",
"witnessCompiler": "wasm"
}

@ -12,9 +12,5 @@ export default async () => {
'scripts/run_verification.ts': (await import('!!raw-loader!./scripts/run_verification.ts')).default,
// @ts-ignore
'templates/groth16_verifier.sol.ejs': (await import('!!raw-loader!./templates/groth16_verifier.sol.ejs')).default,
// @ts-ignore
'README.md': (await import('raw-loader!./README.md')).default,
// @ts-ignore
'sindri.json': (await import('./sindri.json.raw!=!raw-loader!./sindri.json')).default,
}
}

@ -1,9 +0,0 @@
{
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json",
"name": "semaphore",
"circuitPath": "./circuits/semaphore.circom",
"circuitType": "circom",
"curve": "bn254",
"provingScheme": "groth16",
"witnessCompiler": "wasm"
}
Loading…
Cancel
Save