From 6fc90468f06391cbe037237f27a527f58bb3cbf4 Mon Sep 17 00:00:00 2001 From: Jem <0x0xjem@gmail.com> Date: Fri, 7 Jun 2024 17:51:21 +0400 Subject: [PATCH] Update Base and Fantom subgraph URLs --- apps/server/.wundergraph/wundergraph.config.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/server/.wundergraph/wundergraph.config.ts b/apps/server/.wundergraph/wundergraph.config.ts index 556961c..9f6841d 100644 --- a/apps/server/.wundergraph/wundergraph.config.ts +++ b/apps/server/.wundergraph/wundergraph.config.ts @@ -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, }); @@ -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, });