Skip to content

Commit

Permalink
Merge pull request #5 from edge/feature/node-stats
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
willgarrett64 authored Aug 23, 2023
2 parents 8578a46 + 0f06a8a commit 549636b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-bots",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
Expand Down
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 549636b

Please sign in to comment.