Merge pull request #630 from BlickM/master

Add SpyNano node
This commit is contained in:
James Coxon 2024-09-28 23:55:48 +01:00 committed by GitHub
commit ae15f686fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: false,
},
{ {
name: 'Custom', name: 'Custom',
value: 'custom', value: 'custom',