Skip to content

Commit

Permalink
fix: index url
Browse files Browse the repository at this point in the history
  • Loading branch information
willgarrett64 committed Aug 23, 2023
1 parent caf86b4 commit 163edab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network-bot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class NetworkBot {
}

async updateNodes(): Promise<void> {
const response = await superagent.get('https://index.edge.network/nodes/stats')
const response = await superagent.get('https://index.xe.network/nodes/stats')
if (response.body) {
const count = response.body.total
const nodeCount = count.stargates + count.gateways + count.hosts
Expand Down

0 comments on commit 163edab

Please sign in to comment.