diff --git a/app/servers.ts b/app/servers.ts deleted file mode 100644 index a736df8..0000000 --- a/app/servers.ts +++ /dev/null @@ -1,10 +0,0 @@ -export const SERVERS = [ - //'wss://cdn.rosetta-im.com', - //'ws://10.211.55.2:3000', - 'ws://127.0.0.1:8881' -]; - -export function selectServer(): string { - const idx = Math.floor(Math.random() * SERVERS.length); - return SERVERS[idx]; -} \ No newline at end of file