From 0b3693cb2006821386bfd3be8e5353180b65b7b0 Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 20 Feb 2024 15:16:50 +0000 Subject: [PATCH] redeployed matcher and subgraphs --- services/spark-matcher-evm/src/utils/fetchIndexer.ts | 4 ++-- spark-frontend/src/constants/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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", ];