Skip to content

Commit

Permalink
Merge pull request #63 from OlympusDAO/subgraph-v4_13_4
Browse files Browse the repository at this point in the history
Subgraph 4.13.4
  • Loading branch information
0xJem authored Sep 30, 2023
2 parents 61c45c6 + 94b3962 commit b4b1999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/.wundergraph/wundergraph.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const resolveSubgraphUrl = (url: string): string => {

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

Expand Down

0 comments on commit b4b1999

Please sign in to comment.