Skip to content

Commit

Permalink
Merge pull request #102 from OlympusDAO/pol-changes
Browse files Browse the repository at this point in the history
Update Base subgraph to 1.0.9
  • Loading branch information
0xJem authored Jan 29, 2025
2 parents 4d8786c + 5899325 commit d56a46e
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 @@ -52,7 +52,7 @@ const treasuryPolygon = introspect.graphql({

const treasuryBase = introspect.graphql({
apiNamespace: "treasuryBase",
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmYgw9fWpiriYBj6NL8U8952Gsrxfvdfe3hxHE25UJm56A"), // 1.0.2
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmWj7CDe7VivLqX49g6nXjni8w3XFokY5Pwiau78xyox9p"), // 1.0.9
schemaExtension: schemaExtension,
});

Expand Down

0 comments on commit d56a46e

Please sign in to comment.