Skip to content

Commit

Permalink
moved ptau from aws to gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
Divide-By-0 committed Feb 28, 2024
1 parent 2704292 commit c4ac8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circuits/scripts/dev-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c4ac8b2

Please sign in to comment.