semaphore-protocol / semaphore

A zero-knowledge protocol for anonymous interactions.
https://semaphore.pse.dev
MIT License
898 stars 194 forks source link

chore: deploy contracts and replace mumbai with amoy #809

Closed cedoor closed 3 months ago

cedoor commented 3 months ago

Description

This PR deploys the latest version of the contracts and replaces Polygon Mumbai (deprecated) with Amoy.

Checklist

cedoor commented 3 months ago

How were all the contracts deployed?

I just created a Notion document with all the steps here: https://pse-team.notion.site/Deploy-new-Semaphore-contracts-2480c6767c3c4be58a36db55e448c8af. It's a starting point to write a guide on the Semaphore documentation website.

Isn't the README in packages/contracts outdated?

It is! The right command is yarn deploy. Let me update it!