From 25509d1b688062037b1518d2d6e1f8428d7b6d48 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:08:52 +0000 Subject: [PATCH] Change testnets indexer (#11) --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index f20531b..951049c 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_PROJECT_ID = 2719448e2ce94fdd269a3c8587123bcc VITE_DEPLOYMENT_MODE = testnet VITE_APP_NAME = "Collator Staking - RingDAO" VITE_APP_DESCRIPTION = "Elevate your earnings and effortlessly manage your staking positions with the RingDAO collator staking page." -VITE_KOI_GRAPHQL_API_URL = "https://thegraph.darwinia.network/dip7/subgraphs/name/dip7index-koi" +VITE_KOI_GRAPHQL_API_URL = "https://thegraph-g2.darwinia.network/training/subgraphs/name/dip7index-koi-kv" VITE_CRAB_GRAPHQL_API_URL = "https://thegraph.darwinia.network/dip7/subgraphs/name/dip7index-crab" VITE_DARWINIA_GRAPHQL_API_URL = "https://thegraph.darwinia.network/dip7/subgraphs/name/dip7index-darwinia"