mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-28 05:29:23 +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
|
// Available relay options
|
||||||
export const RELAY_OPTIONS: RelayInfo[] = [
|
export const RELAY_OPTIONS: RelayInfo[] = [
|
||||||
{ url: 'wss://ditto.pub/relay', name: 'Ditto' },
|
|
||||||
{ url: 'wss://relay.damus.io', name: 'Damus' },
|
{ url: 'wss://relay.damus.io', name: 'Damus' },
|
||||||
{ url: 'wss://nos.lol', name: 'nos.lol' },
|
{ url: 'wss://ditto.pub/relay', name: 'Ditto' },
|
||||||
{ url: 'wss://relay.nostr.band', name: 'nostr.band' },
|
{ url: 'wss://relay.nostr.band', name: 'Nostr.Band' },
|
||||||
|
{ url: 'wss://relay.primal.net', name: 'Primal' },
|
||||||
];
|
];
|
||||||
|
|
||||||
// Default application configuration
|
// Default application configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user