Add SomeNano node as server option

Adds SomeNano node as a server option
This commit is contained in:
Jason Pawlak 2024-01-12 17:35:10 -05:00
commit 994ce48a3f

View file

@ -77,6 +77,14 @@ export class AppSettingsService {
auth: null,
shouldRandom: true,
},
{
name: 'SomeNano',
value: 'somenano',
api: 'https://node.somenano.com/proxy',
ws: 'wss://node.somenano.com/websocket',
auth: null,
shouldRandom: true,
},
{
name: 'Custom',
value: 'custom',