fix: Remove mynano and nanos.cc from backend

This commit is contained in:
Joohansson 2023-12-31 12:34:06 +01:00
commit 602f10c563

View file

@ -69,22 +69,6 @@ export class AppSettingsService {
auth: null,
shouldRandom: false,
},
{
name: 'My Nano Ninja',
value: 'ninja',
api: 'https://mynano.ninja/api/node',
ws: 'wss://ws.mynano.ninja',
auth: null,
shouldRandom: true,
},
{
name: 'Nanos.cc',
value: 'nanos',
api: 'https://nault.nanos.cc/proxy',
ws: 'wss://nault-ws.nanos.cc',
auth: null,
shouldRandom: true,
},
{
name: 'Rainstorm City',
value: 'rainstorm',
@ -117,7 +101,6 @@ export class AppSettingsService {
acc.push( server.api.replace(/https?:\/\//g, '') );
return acc;
}, [
'proxy.nanos.cc/proxy',
'node.somenano.com'
]);