Skip to content

Commit

Permalink
fix: Use another Linea Testnet subgraph (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored Jan 3, 2024
1 parent 03148ec commit f9f12a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/src/VeraxSdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export class VeraxSdk {
static DEFAULT_LINEA_TESTNET: Conf = {
chain: lineaTestnet,
mode: SDKMode.BACKEND,
subgraphUrl: "https://graph-query.goerli.linea.build/subgraphs/name/Consensys/linea-attestation-registry",
subgraphUrl:
"https://api.goldsky.com/api/public/project_clqghnrbp9nx201wtgylv8748/subgraphs/verax/subgraph-testnet/gn",
portalRegistryAddress: "0x506f88a5Ca8D5F001f2909b029738A40042e42a6",
moduleRegistryAddress: "0x1a20b2CFA134686306436D2c9f778D7eC6c43A43",
schemaRegistryAddress: "0xB2c4Da1f8F08A0CA25862509E5431289BE2b598B",
Expand Down

0 comments on commit f9f12a1

Please sign in to comment.