Skip to content

Commit 1c3ea43

Browse files
indexer url changes
1 parent 365ee3e commit 1c3ea43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/frontend/src/utils/graphql.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export async function fetchStakingGlobalStats(): Promise<{
176176
}>(
177177
STAKING_GLOBAL_STATS_QUERY,
178178
{},
179-
"https://indexer2.explorer.layeredge.io/"
179+
"https://indexer.explorer.layeredge.io/"
180180
);
181181
}
182182

@@ -186,7 +186,7 @@ export async function fetchTierStats(): Promise<{
186186
return graphqlQuery<{ tierStats: { nodes: TierStats[] } }>(
187187
TIER_STATS_QUERY,
188188
{},
189-
"https://indexer2.explorer.layeredge.io/"
189+
"https://indexer.explorer.layeredge.io/"
190190
);
191191
}
192192

@@ -196,7 +196,7 @@ export async function fetchTopStakers(
196196
return graphqlQuery<{ stakers: { nodes: Staker[] } }>(
197197
TOP_STAKERS_QUERY,
198198
{ limit },
199-
"https://indexer2.explorer.layeredge.io/"
199+
"https://indexer.explorer.layeredge.io/"
200200
);
201201
}
202202

0 commit comments

Comments
 (0)