Skip to content

Commit

Permalink
Update the params link in local_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Nov 27, 2024
1 parent ac75846 commit b5499d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prover/local_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p build

npm install -g snarkjs@latest
pip install -r requirements.txt
gdown "https://drive.google.com/uc?id=1T1VvuaZhm1pSQoUkjaZptRbjq1XX8aT8"
gdown "https://drive.google.com/uc?id=1F1cw9eTlgJwPcXR4wF8kQrWPMhRsFnIy"
unzip params.zip
# curl https://email-wallet-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/emailwallet-account-creation/contributions/emailwallet-account-creation_00019.zkey --output /root/params/account_creation.zkey
# curl https://email-wallet-trusted-setup-ceremony-pse-p0tion-production.s3.eu-central-1.amazonaws.com/circuits/emailwallet-account-init/contributions/emailwallet-account-init_00007.zkey --output /root/params/account_init.zkey
Expand Down

0 comments on commit b5499d8

Please sign in to comment.