mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
trying DAOHaus Graph endpoint from [the docs]('https://docs.daohaus.club/subgraphs#explorers-and-api-endpoints') 🛩️
This commit is contained in:
@@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user