Tweak the default relay list

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

View File

@ -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