Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/js-sdk/js-sdk-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/verifier/verification-library/verifier-set-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ins><a href="https://github.com/0xPolygonID/phase2ceremony" target="_blank">here</a></ins> 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 <ins><a href="https://circuits.privado.id/latest.zip" target="_blank">here</a></ins> and must be added to your project inside a folder called `keys`.

:::

Expand Down