Add circuit names to the template circuits.

pull/4512/head
Evan Sangaline 9 months ago committed by Aniket
parent d9ce9b04ad
commit 3f7fdccd21
  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