Skip to content

Commit

Permalink
Merge pull request #47 from OlympusDAO/develop
Browse files Browse the repository at this point in the history
Release: Subgraph Updates
  • Loading branch information
0xJem authored Sep 13, 2023
2 parents dfeeb96 + 2c5904c commit af8d704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/server/.wundergraph/wundergraph.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ const resolveSubgraphUrl = (url: string): string => {

const treasuryEthereum = introspect.graphql({
apiNamespace: "treasuryEthereum",
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmSvsLittpy8p9v3iJKZfvq8PysY67BSdfSbt3CHXjN7sW"), // 4.11.3
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmZ3HZvfgSTZz29q22tJpReEL4Xiprs2croPymiuyEJknK"), // 4.12.2
schemaExtension: schemaExtension,
});

const treasuryArbitrum = introspect.graphql({
apiNamespace: "treasuryArbitrum",
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmXVMuS639JzTTq9ZVkRnGFTftiYJ8c6FPrB52qCshSnFa"), // 1.5.3
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmRf3fo7tVsXsj9cQZSgT3Y2R67Hv41T1Ph559oQAmTLe1"), // 1.6.4
schemaExtension: schemaExtension,
});

Expand Down

0 comments on commit af8d704

Please sign in to comment.