diff --git a/services/spark-matcher-evm/src/utils/fetchIndexer.ts b/services/spark-matcher-evm/src/utils/fetchIndexer.ts index 06d43729..2e38f7e4 100644 --- a/services/spark-matcher-evm/src/utils/fetchIndexer.ts +++ b/services/spark-matcher-evm/src/utils/fetchIndexer.ts @@ -1,8 +1,8 @@ import axios from "axios"; export const INDEXER_URLS = [ - // "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/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", ]; diff --git a/spark-frontend/src/constants/index.ts b/spark-frontend/src/constants/index.ts index d1cebd2e..fd0215da 100644 --- a/spark-frontend/src/constants/index.ts +++ b/spark-frontend/src/constants/index.ts @@ -33,8 +33,8 @@ 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/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/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", ];