File tree Expand file tree Collapse file tree
packages/frontend/src/utils Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments