From 5140c5d6ccf98019e562bd72882cb1425155d312 Mon Sep 17 00:00:00 2001 From: Pulkit Mittal Date: Tue, 6 May 2025 14:04:47 +0530 Subject: [PATCH 1/2] update circuits file --- docs/js-sdk/js-sdk-example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/js-sdk/js-sdk-example.md b/docs/js-sdk/js-sdk-example.md index f9bfe924..b1c3e299 100644 --- a/docs/js-sdk/js-sdk-example.md +++ b/docs/js-sdk/js-sdk-example.md @@ -26,9 +26,9 @@ We have created a [JS SDK Example repository](https://github.com/0xPolygonID/js- 1. Download the latest circuits from the following curl command: ```bash - curl https://iden3-circuits-bucket.s3.eu-west-1.amazonaws.com/latest.zip --output latest.zip + curl https://circuits.privado.id/latest.zip --output latest.zip ``` - + where s3 is a bucket that has been created for storing the circuits' data in one of the Amazon Simple Storage Service (Amazon S3) for specific regions across the globe. The `latest.zip` folder is accessed from the s3 bucket and is the output to the local `latest.zip` file. From 3f5fede2ae6b2c58375c82e11743e14a0b7f9fed Mon Sep 17 00:00:00 2001 From: Pulkit Mittal Date: Wed, 7 May 2025 23:53:11 +0530 Subject: [PATCH 2/2] fix --- docs/verifier/verification-library/verifier-set-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/verifier/verification-library/verifier-set-up.md b/docs/verifier/verification-library/verifier-set-up.md index 877dc8cb..dcabeb24 100644 --- a/docs/verifier/verification-library/verifier-set-up.md +++ b/docs/verifier/verification-library/verifier-set-up.md @@ -289,7 +289,7 @@ A Verifier can work with multiple networks simultaneously. Even users and issuer :::note -The public verification keys for Iden3 circuits generated after the trusted setup can be found here and must be added to your project inside a folder called `keys`. +The public verification keys for Iden3 circuits generated after the trusted setup can be found here and must be added to your project inside a folder called `keys`. :::