replace test relays.

This commit is contained in:
fiatjaf 2023-03-02 08:24:50 -03:00
parent 0970eee70f
commit 8622bd11dd
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 4 additions and 4 deletions

View File

@ -12,17 +12,17 @@ const {
let pool = new SimplePool()
let relays = [
'wss://nostr-dev.wellorder.net/',
'wss://relay.damus.io/',
'wss://relay.nostr.bg/',
'wss://nostr.fmt.wiz.biz/',
'wss://relay.nostr.band/',
'wss://nostr.zebedee.cloud/'
'wss://nos.lol/'
]
afterAll(() => {
pool.close([
...relays,
'wss://nostr-relay.untethr.me',
'wss://nostr.wine',
'wss://offchain.pub',
'wss://eden.nostr.land'
])

View File

@ -9,7 +9,7 @@ const {
signEvent
} = require('./lib/nostr.cjs')
let relay = relayInit('wss://nostr-dev.wellorder.net/')
let relay = relayInit('wss://relay.damus.io/')
beforeAll(() => {
relay.connect()