mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 04:59:22 +00:00
Tweak the default relay list
This commit is contained in:
parent
1617d80ece
commit
0481cd024e
@ -14,10 +14,10 @@ interface RelayInfo {
|
||||
|
||||
// Available relay options
|
||||
export const RELAY_OPTIONS: RelayInfo[] = [
|
||||
{ url: 'wss://ditto.pub/relay', name: 'Ditto' },
|
||||
{ url: 'wss://relay.damus.io', name: 'Damus' },
|
||||
{ url: 'wss://nos.lol', name: 'nos.lol' },
|
||||
{ url: 'wss://relay.nostr.band', name: 'nostr.band' },
|
||||
{ url: 'wss://ditto.pub/relay', name: 'Ditto' },
|
||||
{ url: 'wss://relay.nostr.band', name: 'Nostr.Band' },
|
||||
{ url: 'wss://relay.primal.net', name: 'Primal' },
|
||||
];
|
||||
|
||||
// Default application configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user