From c66eb2e357ec639b2e5c51ac5f06feb289c3d08c Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Wed, 3 Apr 2024 13:09:01 +0000 Subject: [PATCH] fix the graph url --- dexs/shimmersea/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexs/shimmersea/index.ts b/dexs/shimmersea/index.ts index c837061bc7..706467e701 100644 --- a/dexs/shimmersea/index.ts +++ b/dexs/shimmersea/index.ts @@ -3,7 +3,7 @@ import { CHAIN } from "../../helpers/chains"; import { getGraphDimensions } from "../../helpers/getUniSubgraph"; import { DEFAULT_DAILY_VOLUME_FACTORY, DEFAULT_TOTAL_VOLUME_FIELD, univ2Adapter } from "../../helpers/getUniSubgraphVolume"; const v3Endpoints = { - [CHAIN.SHIMMER_EVM]: "https://graph-c.shimmersea.finance/subgraphs/name/shimmersea/shimmer-dex", + [CHAIN.SHIMMER_EVM]: "https://graph-c-ha.shimmersea.finance/subgraphs/name/shimmersea/shimmer-dex", } const v3Graphs = getGraphDimensions({ graphUrls: v3Endpoints,