Add spynano node
This commit is contained in:
parent
c9ed1cca08
commit
f20365bec0
1 changed files with 8 additions and 0 deletions
|
|
@ -93,6 +93,14 @@ export class AppSettingsService {
|
||||||
auth: null,
|
auth: null,
|
||||||
shouldRandom: true,
|
shouldRandom: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'SpyNano',
|
||||||
|
value: 'spynano',
|
||||||
|
api: 'https://node.spynano.org/proxy',
|
||||||
|
ws: 'wss://node.spynano.org/websocket',
|
||||||
|
auth: null,
|
||||||
|
shouldRandom: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Custom',
|
name: 'Custom',
|
||||||
value: 'custom',
|
value: 'custom',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue