Skip to content

Commit

Permalink
Update Base and Fantom subgraph URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jun 7, 2024
1 parent 9960f50 commit 6fc9046
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/server/.wundergraph/wundergraph.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const treasuryArbitrum = introspect.graphql({

const treasuryFantom = introspect.graphql({
apiNamespace: "treasuryFantom",
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmSBMNhnzbe4c4cwznLUsFkE4H5XZfiVqLHnNZYA48EPwy"), // 0.0.6
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmNUJtrE5Hiwj5eBeF5gSubY2vhuMdjaZnZsaq6vVY2aba"), // 1.0.4
schemaExtension: schemaExtension,
});

Expand All @@ -50,10 +50,9 @@ const treasuryPolygon = introspect.graphql({
schemaExtension: schemaExtension,
});

// TODO shift to production URL
const treasuryBase = introspect.graphql({
apiNamespace: "treasuryBase",
url: resolveSubgraphUrl("https://api.studio.thegraph.com/query/46563/protocol-metrics-base/version/latest"), // 0.0.2
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmdqJ1zoExrs8u2T93wXSRWSx5VSKqKWTV4gCE2vszGwgt"), // 0.0.2
schemaExtension: schemaExtension,
});

Expand Down

0 comments on commit 6fc9046

Please sign in to comment.