From 50b61963754e8f8643c35bcc6996ac6c8ed5ee9c Mon Sep 17 00:00:00 2001 From: Marc-Aurele Besner Date: Mon, 18 Nov 2024 16:30:53 -0500 Subject: [PATCH] undo change --- explorer/src/constants/indexers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/src/constants/indexers.ts b/explorer/src/constants/indexers.ts index f0d96e23..0591d79a 100644 --- a/explorer/src/constants/indexers.ts +++ b/explorer/src/constants/indexers.ts @@ -6,7 +6,7 @@ export interface Indexer { indexer: string } -const LOCAL_INDEXER = 'http://localhost:8080/v1/graphql' +const LOCAL_INDEXER = 'https://subql.green.gemini-3h.subspace.network/v1/graphql' export const indexers: Indexer[] = [ {