From d8adff2d75079cc7f5c263069efd50c074e35129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B4=CF=85=CF=82?= Date: Tue, 13 Aug 2024 05:18:54 -0400 Subject: [PATCH] =?UTF-8?q?trying=20DAOHaus=20Graph=20endpoint=20from=20[t?= =?UTF-8?q?he=20docs]('https://docs.daohaus.club/subgraphs#explorers-and-a?= =?UTF-8?q?pi-endpoints')=20=F0=9F=9B=A9=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/backend/codegen.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/backend/codegen.ts b/packages/backend/codegen.ts index b9acb9c6..0a30e718 100644 --- a/packages/backend/codegen.ts +++ b/packages/backend/codegen.ts @@ -42,9 +42,10 @@ export default { }, 'src/lib/autogen/daohaus-sdk.ts': { // DAOHaus v3 API Endpoint - schema: `https://gateway.thegraph.com/api/${process.env.THE_GRAPH_API_TOKEN}/subgraphs/id/GfHFdFmiSwW1PKtnDhhcxhArwtTjVuMnXxQ5XcETF1bP`, + // schema: `https://gateway.thegraph.com/api/${process.env.THE_GRAPH_API_TOKEN}/subgraphs/id/GfHFdFmiSwW1PKtnDhhcxhArwtTjVuMnXxQ5XcETF1bP`, // v2 // schema: `https://gateway.thegraph.com/api/${process.env.THE_GRAPH_API_TOKEN}/subgraphs/id/9uvKq57ZiNCdT9uZ6xaFhp3yYczTM4Fgr7CJHM6tdX9H`, + schema: `https://gateway-arbitrum.network.thegraph.com/api/${process.env.THE_GRAPH_API_TOKEN}/subgraphs/id/6x9FK3iuhVFaH9sZ39m8bKB5eckax8sjxooBPNKWWK8r`, documents: [ 'src/handlers/remote-schemas/resolvers/daohaus/**/(!(*.d)).ts', ],