Skip to content

Commit

Permalink
fix: Remove mynano and nanos.cc from backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Joohansson committed Dec 31, 2023
1 parent 3f47df8 commit 602f10c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/app/services/app-settings.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -117,7 +101,6 @@ export class AppSettingsService {
acc.push( server.api.replace(/https?:\/\//g, '') );
return acc;
}, [
'proxy.nanos.cc/proxy',
'node.somenano.com'
]);

Expand Down

0 comments on commit 602f10c

Please sign in to comment.