Reorder relays

This commit is contained in:
Alex Gleason 2025-06-02 22:13:22 -05:00
parent 0481cd024e
commit c2ff2a990f
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -14,9 +14,9 @@ interface RelayInfo {
// Available relay options
export const RELAY_OPTIONS: RelayInfo[] = [
{ url: 'wss://relay.damus.io', name: 'Damus' },
{ url: 'wss://ditto.pub/relay', name: 'Ditto' },
{ url: 'wss://relay.nostr.band', name: 'Nostr.Band' },
{ url: 'wss://relay.damus.io', name: 'Damus' },
{ url: 'wss://relay.primal.net', name: 'Primal' },
];