mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
Reorder relays
This commit is contained in:
parent
0481cd024e
commit
c2ff2a990f
@ -14,9 +14,9 @@ interface RelayInfo {
|
|||||||
|
|
||||||
// Available relay options
|
// Available relay options
|
||||||
export const RELAY_OPTIONS: RelayInfo[] = [
|
export const RELAY_OPTIONS: RelayInfo[] = [
|
||||||
{ url: 'wss://relay.damus.io', name: 'Damus' },
|
|
||||||
{ url: 'wss://ditto.pub/relay', name: 'Ditto' },
|
{ 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.damus.io', name: 'Damus' },
|
||||||
{ url: 'wss://relay.primal.net', name: 'Primal' },
|
{ url: 'wss://relay.primal.net', name: 'Primal' },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user