Browse Source

feat: modify the default relay sets

imwald
codytseng 12 months ago
parent
commit
3ffd6214d8
  1. 5
      src/services/local-storage.service.ts

5
src/services/local-storage.service.ts

@ -11,11 +11,6 @@ import {
} from '@/types' } from '@/types'
const DEFAULT_RELAY_SETS: TRelaySet[] = [ const DEFAULT_RELAY_SETS: TRelaySet[] = [
{
id: randomString(),
name: 'Global',
relayUrls: ['wss://relay.damus.io/', 'wss://nos.lol/']
},
{ {
id: randomString(), id: randomString(),
name: 'Safer Global', name: 'Safer Global',

Loading…
Cancel
Save