Add circuit names to the template circuits.

pull/5370/head
Evan Sangaline 1 year ago committed by Aniket
parent 0df959cf59
commit 3561b91b7b
  1. 2
      libs/remix-ws-templates/src/templates/hashchecker/sindri.json
  2. 2
      libs/remix-ws-templates/src/templates/rln/sindri.json
  3. 2
      libs/remix-ws-templates/src/templates/semaphore/sindri.json

@ -1,6 +1,6 @@
{
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json",
"name": "circom-circuit",
"name": "hashchecker",
"circuitPath": "./circuits/calculate_hash.circom",
"circuitType": "circom",
"curve": "bn254",

@ -1,6 +1,6 @@
{
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json",
"name": "circom-circuit",
"name": "rln",
"circuitPath": "./circuits/rln.circom",
"circuitType": "circom",
"curve": "bn254",

@ -1,6 +1,6 @@
{
"$schema": "https://sindri.app/api/v1/sindri-manifest-schema.json",
"name": "circom-circuit",
"name": "semaphore",
"circuitPath": "./circuits/semaphore.circom",
"circuitType": "circom",
"curve": "bn254",

Loading…
Cancel
Save