Skip to content

Commit

Permalink
trying DAOHaus v3 Graph endpoint 🚜
Browse files Browse the repository at this point in the history
  • Loading branch information
dysbulic committed Aug 13, 2024
1 parent 80ac8d6 commit 16af9c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/backend/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ 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/9uvKq57ZiNCdT9uZ6xaFhp3yYczTM4Fgr7CJHM6tdX9H`,
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`,
documents: [
'src/handlers/remote-schemas/resolvers/daohaus/**/(!(*.d)).ts',
],
Expand Down

0 comments on commit 16af9c3

Please sign in to comment.