Skip to content

Commit

Permalink
update default relays.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 10, 2023
1 parent d5c4661 commit 04207bf
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions embeddable/embed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ const script = document.getElementById('nocomment')

const relays = script.dataset.relays
? JSON.parse(script.dataset.relays)
: [
'wss://nostr.zebedee.cloud',
'wss://nostr.fmt.wiz.biz',
'wss://nostr-pub.wellorder.net',
'wss://relay.nostr.bg',
'wss://nos.lol',
'wss://no.str.cr',
'wss://relay.damus.io'
]
: ['wss://nostr.wine', 'wss://nostr.mom', 'wss://nostr-pub.wellorder.net']
const skip = script.dataset.skip || '/'
const owner = script.dataset.owner || ''
const customBase = script.dataset.customBase
Expand Down

0 comments on commit 04207bf

Please sign in to comment.