Skip to content

Commit

Permalink
Adjust deployment to 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJem committed Jan 27, 2024
1 parent 9795050 commit 96344cd
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 @@ -28,7 +28,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/QmNPv8c9WmgJACticVNssjXADWxj9CTnipJNhcxouP8cG2"), // 4.15.2
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/Qmd7wgnNTijSpV1JDM3yUE8Exy4EGG1jw3yyQKdTKvYiig"), // 5.1.3
schemaExtension: schemaExtension,
});

Expand Down

0 comments on commit 96344cd

Please sign in to comment.