Added ability to run add recommended relays from popup.
This commit is contained in:
@@ -10,15 +10,9 @@ import {
|
||||
savePrivateKey,
|
||||
saveProfileName,
|
||||
saveRelays,
|
||||
RECOMMENDED_RELAYS,
|
||||
} from './utils';
|
||||
|
||||
const RECOMMENDED_RELAYS = [
|
||||
new URL('wss://relay.damus.io'),
|
||||
new URL('wss://eden.nostr.land'),
|
||||
new URL('wss://nostr-relay.derekross.me'),
|
||||
new URL('wss://relay.snort.social'),
|
||||
];
|
||||
|
||||
const log = console.log;
|
||||
|
||||
Alpine.data('options', () => ({
|
||||
|
||||
Reference in New Issue
Block a user