From ee3214cecd6f3642769e72ddffcf4fffa6bf51f2 Mon Sep 17 00:00:00 2001 From: Cedoor Date: Thu, 18 Jul 2024 13:37:55 +0100 Subject: [PATCH] fix(web): support json files (#122) --- apps/web/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/constants.ts b/apps/web/src/constants.ts index 5c8b83e..2fabd7d 100644 --- a/apps/web/src/constants.ts +++ b/apps/web/src/constants.ts @@ -1,4 +1,4 @@ -export const artifacts = ['wasm', 'zkey'] +export const artifacts = ['wasm', 'zkey', 'json'] export const owner = 'privacy-scaling-explorations' export const repo = 'snark-artifacts' export const cdnUrl = 'https://snark-artifacts.pse.dev'