Skip to content

Commit

Permalink
chore(background): update public nodes urls
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Dec 19, 2022
1 parent 7945843 commit 0db940f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/background/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ export const ARCH = ['x64', 'arm64'].includes(OS_ARCH) ? 'x86_64' : OS_ARCH
export const DEVELOPMENT = process.env.NODE_ENV !== 'production'

export const URLS_PUBLIC_WITNET_NODES = [
'20.120.248.2:21338',
'20.126.70.77:21338',
'52.166.178.145:21338',
'20.103.108.57:21338',
'3.133.4.38:21338',
'3.21.74.162:21338',
]

export const SHEIKAH_PATH_BY_PLATFORM = {
Expand Down

0 comments on commit 0db940f

Please sign in to comment.