From 756c930196e9c49c33651f42b9279ca8cd884584 Mon Sep 17 00:00:00 2001 From: "gosuto.eth" Date: Thu, 26 Sep 2024 12:55:12 +0200 Subject: [PATCH] chore: update mode subgraph url (#5903) Co-authored-by: Gareth Fuller --- src/lib/config/mode/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/config/mode/index.ts b/src/lib/config/mode/index.ts index f162035959..c181db31a0 100644 --- a/src/lib/config/mode/index.ts +++ b/src/lib/config/mode/index.ts @@ -26,12 +26,12 @@ const config: Config = { explorer: 'https://modescan.io/', explorerName: 'The Mode Explorer', subgraph: - 'https://api.studio.thegraph.com/proxy/75376/balancer-mode-v2/version/latest', + 'https://api.studio.thegraph.com/query/75376/balancer-mode-v2/version/latest', balancerApi: 'https://api.balancer.fi', poolsUrlV2: '', subgraphs: { main: [ - 'https://api.studio.thegraph.com/proxy/75376/balancer-mode-v2/version/latest', + 'https://api.studio.thegraph.com/query/75376/balancer-mode-v2/version/latest', ], aave: '', gauge: