Skip to content

Commit

Permalink
trying DAOHaus Graph endpoint from [the docs]('https://docs.daohaus.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
dysbulic committed Aug 13, 2024
1 parent 16af9c3 commit d8adff2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/backend/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit d8adff2

Please sign in to comment.