From b7c10ba0f6f97d1c358ab0fc547369e3a7f3439d Mon Sep 17 00:00:00 2001 From: zkfriendly Date: Mon, 6 Jan 2025 14:43:41 +0100 Subject: [PATCH] chore: update .env.example --- packages/relayer/.env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/relayer/.env.example b/packages/relayer/.env.example index 60deb67..e25fc9c 100644 --- a/packages/relayer/.env.example +++ b/packages/relayer/.env.example @@ -6,7 +6,12 @@ CHAIN_ID=11155111 # Chain ID of the testnet. SMTP_SERVER= -PROVER_ADDRESS="https://zkemail--email-auth-prover-v1-5-0-flask-app.modal.run" +PROVER_URL="https://prover.zk.email/api/prove" +PROVER_API_KEY="" +PROVER_BLUEPRINT_ID="7f3c3bc2-7c5d-4682-8d7f-f3d2f9046722" +PROVER_ZKEY_DOWNLOAD_URL="https://storage.googleapis.com/circom-ether-email-auth/v2.0.2-dev/circuit_zkey.zip" +PROVER_CIRCUIT_CPP_DOWNLOAD_URL="https://storage.googleapis.com/circom-ether-email-auth/v2.0.2-dev/circuit.zip" + DATABASE_URL= "postgres://test@localhost/emailauth_test" RELAYER_EMAIL_ADDR=