Add spynano node

This commit is contained in:
BlickM 2024-09-22 03:53:35 +00:00 committed by GitHub
commit f20365bec0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,6 +93,14 @@ export class AppSettingsService {
auth: null,
shouldRandom: true,
},
{
name: 'SpyNano',
value: 'spynano',
api: 'https://node.spynano.org/proxy',
ws: 'wss://node.spynano.org/websocket',
auth: null,
shouldRandom: true,
},
{
name: 'Custom',
value: 'custom',