Skip to content

Commit

Permalink
log PROJECT_VERIFY_ATTESTATION_SCHEMA
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Nov 22, 2024
1 parent f283205 commit 2edf9e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ export const PROJECT_VERIFY_SCHEMA = new Set(
.map((s) => s.trim())
);

console.log("PROJECT_VERIFY_SCHEMA", PROJECT_VERIFY_SCHEMA);

export const LOOKUP_ARCHIVE = IS_PRODUCTION
? "https://v2.archive.subsquid.io/network/optimism-mainnet"
: "https://v2.archive.subsquid.io/network/ethereum-sepolia";
Expand Down

0 comments on commit 2edf9e2

Please sign in to comment.