Skip to content

Commit

Permalink
Merge pull request #42 from OlympusDAO/4_10_0
Browse files Browse the repository at this point in the history
Update to ethereum subgraph 4.10.0
  • Loading branch information
0xJem authored Sep 8, 2023
2 parents 7daae8e + b978cb0 commit 076ef79
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 @@ -27,7 +27,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/QmRwdXDRS3JQEcrAYKWcSrDnH46xhR9unTBDDGAJFg5mCT"), // 4.9.2
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmbRracFsJ55Q3seDYGV3aVwbwsH9Jg36tkVawuPBhNR4K"), // 4.10.0
schemaExtension: schemaExtension,
});

Expand Down

0 comments on commit 076ef79

Please sign in to comment.