Skip to content

Commit

Permalink
added more subgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey committed Feb 20, 2024
1 parent 94293ce commit 544cfa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spark-frontend/src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 544cfa8

Please sign in to comment.