Merge pull request #612 from pawapps/master
Add SomeNano node as server option
This commit is contained in:
commit
16297093b9
1 changed files with 8 additions and 0 deletions
|
|
@ -85,6 +85,14 @@ export class AppSettingsService {
|
||||||
auth: null,
|
auth: null,
|
||||||
shouldRandom: true,
|
shouldRandom: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'SomeNano',
|
||||||
|
value: 'somenano',
|
||||||
|
api: 'https://node.somenano.com/proxy',
|
||||||
|
ws: 'wss://node.somenano.com/websocket',
|
||||||
|
auth: null,
|
||||||
|
shouldRandom: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Custom',
|
name: 'Custom',
|
||||||
value: 'custom',
|
value: 'custom',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue