Skip to content

Commit 6a88702

Browse files
committed
fix broken url
1 parent e21f10d commit 6a88702

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

package-lock.json

+29-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/environments/environment.prod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
network: 'live',
44
wsUrl: 'wss://nanows.numsu.dev',
55
rpcUrl: 'https://nanoproxy.numsu.dev/proxy',
6-
principalsUrl: 'https://mynano.ninja/api/accounts/principals',
6+
principalsUrl: 'https://nanobrowse.com/api/reps_online',
77
explorerUrl: 'https://nanolooker.com',
88
repInfoUrl: 'https://mynano.ninja',
99
hostAccount: 'nano_3zapp5z141qpjipsb1jnjdmk49jwqy58i6u6wnyrh6x7woajeyme85shxewt',

src/environments/environment.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const environment = {
33
network: 'live',
44
wsUrl: 'wss://nanows.numsu.dev',
55
rpcUrl: 'https://nanoproxy.numsu.dev/proxy',
6-
principalsUrl: 'https://mynano.ninja/api/accounts/principals',
6+
principalsUrl: 'https://nanobrowse.com/api/reps_online',
77
explorerUrl: 'https://nanolooker.com',
88
repInfoUrl: 'https://mynano.ninja',
99
hostAccount: 'nano_3zapp5z141qpjipsb1jnjdmk49jwqy58i6u6wnyrh6x7woajeyme85shxewt',

0 commit comments

Comments
 (0)