We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1116f4c commit a8208f8Copy full SHA for a8208f8
1 file changed
src/nostr/nip_88.jsx
@@ -8,13 +8,5 @@ const NSEC_KEY_LENGTH_BYTES = NSEC_KEY_LENGTH / 8;
8
const Npub_LENGTH = 32;
9
10
const relays = {
11
- 'wss://relay.damus.io': 'wss://relay.damus.io',
12
- 'wss://relay.nostr.info': 'wss://relay.nostr.info',
13
- 'wss://nostr.bitcoiner.social': 'wss://nostr.bitcoiner.social',
14
- 'wss://nostr.fmt.wiz.biz': 'wss://nostr.fmt.wiz.biz',
15
- 'wss://nostr.mom': 'wss://nostr.mom',
16
- 'wss://nostr.mom.cat': 'wss://nostr.mom.cat',
17
18
19
20
-}
+ 'wss://https://relay.nostr.net': 'wss://https://relay.nostr.net'
+}
0 commit comments