Merge pull request #612 from pawapps/master

Add SomeNano node as server option
This commit is contained in:
James Coxon 2024-03-14 09:20:15 +00:00 committed by GitHub
commit 16297093b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,6 +85,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',