Skip to content

Commit

Permalink
fix broken url
Browse files Browse the repository at this point in the history
  • Loading branch information
numsu committed Feb 27, 2024
1 parent e21f10d commit 6a88702
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
30 changes: 29 additions & 1 deletion 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 src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const environment = {
network: 'live',
wsUrl: 'wss://nanows.numsu.dev',
rpcUrl: 'https://nanoproxy.numsu.dev/proxy',
principalsUrl: 'https://mynano.ninja/api/accounts/principals',
principalsUrl: 'https://nanobrowse.com/api/reps_online',
explorerUrl: 'https://nanolooker.com',
repInfoUrl: 'https://mynano.ninja',
hostAccount: 'nano_3zapp5z141qpjipsb1jnjdmk49jwqy58i6u6wnyrh6x7woajeyme85shxewt',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const environment = {
network: 'live',
wsUrl: 'wss://nanows.numsu.dev',
rpcUrl: 'https://nanoproxy.numsu.dev/proxy',
principalsUrl: 'https://mynano.ninja/api/accounts/principals',
principalsUrl: 'https://nanobrowse.com/api/reps_online',
explorerUrl: 'https://nanolooker.com',
repInfoUrl: 'https://mynano.ninja',
hostAccount: 'nano_3zapp5z141qpjipsb1jnjdmk49jwqy58i6u6wnyrh6x7woajeyme85shxewt',
Expand Down

0 comments on commit 6a88702

Please sign in to comment.