Skip to content

Commit

Permalink
Merge pull request #104 from OlympusDAO/single-sided-liquidity-fix
Browse files Browse the repository at this point in the history
4.5.10
  • Loading branch information
0xJem authored Feb 12, 2025
2 parents d56a46e + a314071 commit 4f6d639
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/QmZ6oSTWZCX2mvAdv6wyuznY51eSup9VmWXAtMTiknHSpo"), // 5.4.8
url: resolveSubgraphUrl("https://gateway-arbitrum.network.thegraph.com/api/[api-key]/deployments/id/QmdGqRrQD4FehyTYTmoK9RvveuR3e4vPDsyuqAYF4Nrmfv"), // 5.4.10
schemaExtension: schemaExtension,
});

Expand Down

0 comments on commit 4f6d639

Please sign in to comment.