Export simple circuit to template

pull/4717/head
ioedeveloper 7 months ago
parent 67b1c22312
commit 3552c70882
  1. 2
      libs/remix-ws-templates/src/templates/semaphore/index.ts

@ -5,6 +5,8 @@ export default async () => {
// @ts-ignore
'circuits/tree.circom': (await import('!!raw-loader!./circuits/tree.circom')).default,
// @ts-ignore
'circuits/simple.circom': (await import('!!raw-loader!./circuits/simple.circom')).default,
// @ts-ignore
'scripts/groth16/groth16_trusted_setup.ts': (await import('!!raw-loader!./scripts/groth16/groth16_trusted_setup.ts')).default,
// @ts-ignore
'scripts/groth16/groth16_zkproof.ts': (await import('!!raw-loader!./scripts/groth16/groth16_zkproof.ts')).default,

Loading…
Cancel
Save