From 544cfa868d73a52a3feb6e4659ef944717e52347 Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 20 Feb 2024 10:39:49 +0000 Subject: [PATCH] added more subgraphs --- spark-frontend/src/constants/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spark-frontend/src/constants/index.ts b/spark-frontend/src/constants/index.ts index 67dc6753..3a8ea98c 100644 --- a/spark-frontend/src/constants/index.ts +++ b/spark-frontend/src/constants/index.ts @@ -33,10 +33,10 @@ export const TV_DATAFEED = "https://spark-tv-datafeed.spark-defi.com/api/v1"; export const CHARTS_STORAGE = "https://tv-backend-v4.herokuapp.com/"; export const INDEXER_URLS = [ - // "https://api.studio.thegraph.com/query/63182/arbitrum-sepolia-spot-market/version/latest", - // "https://api.studio.thegraph.com/query/63182/spark-arbitrum-spor-market/version/latest", - "https://api.studio.thegraph.com/query/65658/spark-arbitrum-spor-market-2/version/latest", "https://api.studio.thegraph.com/query/65658/spark-arbitrum-spor-market-3/version/latest", + "https://api.studio.thegraph.com/query/65658/spark-arbitrum-spor-market-2/version/latest", + "https://api.studio.thegraph.com/query/63182/spark-arbitrum-spor-market/version/latest", + "https://api.studio.thegraph.com/query/63182/arbitrum-sepolia-spot-market/version/latest", ]; export const INDEXER_URL = INDEXER_URLS[0];