From ae71ea514ee7ba20261906981409ee1edaa5682d Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Fri, 27 Oct 2023 12:21:32 +0100 Subject: [PATCH] Expose more circuit-compiler versions --- apps/circuit-compiler/src/profile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/circuit-compiler/src/profile.json b/apps/circuit-compiler/src/profile.json index 08db456c20..3b49e98909 100644 --- a/apps/circuit-compiler/src/profile.json +++ b/apps/circuit-compiler/src/profile.json @@ -4,7 +4,7 @@ "displayName": "Circom ZKP compiler", "events": [], "version": "2.0.0", - "methods": ["init", "parse"], + "methods": ["init", "parse", "compile", "generateR1cs"], "canActivate": [], "url": "", "description": "Enables circuit compilation and computing a witness for ZK proofs",