Skip to content

Commit

Permalink
Bump deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Sep 14, 2023
1 parent 89b75e9 commit 7a37681
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/QmNuVSz9VpdPnckaqdpsAhkLiNMketBQe1wCZZFjm47Cd1"), // 4.12.5
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmSwwBfAoWJLHQeSTagFnkibnkrjeprxcQpXAHk6AVrysA"), // 4.12.6
schemaExtension: schemaExtension,
});

Expand Down

0 comments on commit 7a37681

Please sign in to comment.