From c4ac8b228976d510a358cd771514ca6e8be45534 Mon Sep 17 00:00:00 2001 From: Divide-By-0 Date: Wed, 28 Feb 2024 16:35:28 -0700 Subject: [PATCH] moved ptau from aws to gcp --- packages/circuits/scripts/dev-setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/circuits/scripts/dev-setup.ts b/packages/circuits/scripts/dev-setup.ts index 5c47e09..e80faa3 100644 --- a/packages/circuits/scripts/dev-setup.ts +++ b/packages/circuits/scripts/dev-setup.ts @@ -31,7 +31,7 @@ if (ZKEY_BEACON == null) { const CIRCUIT_NAME = "twitter"; const BUILD_DIR = path.join(__dirname, "../build"); const PHASE1_URL = - "https://hermez.s3-eu-west-1.amazonaws.com/powersOfTau28_hez_final_22.ptau"; + "https://storage.googleapis.com/zkevm/ptau/powersOfTau28_hez_final_22.ptau"; const PHASE1_PATH = path.join(BUILD_DIR, "powersOfTau28_hez_final_22.ptau"); const ARTIFACTS_DIR = path.join(BUILD_DIR, 'artifacts'); const SOLIDITY_TEMPLATE = path.join(