Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusDesk committed Nov 18, 2024
1 parent d26ca42 commit 50b6196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/constants/indexers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
{
Expand Down

0 comments on commit 50b6196

Please sign in to comment.