relay: add snort.social relay
ci/woodpecker/push/woodpecker Pipeline was successful Details

relay.snort.social seems to be a popular relay, adding a new one
to the hardcoded list of relays, this should be configurable in
the future.

related damus relay is often not responding or slow, but keeping
it for now.
pull/72/head
OFF0 1 year ago
parent 5a18e2952c
commit e84af81b97
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

@ -9,6 +9,7 @@ const pool = relayPool();
pool.addRelay('wss://relay.nostr.info', {read: true, write: true});
pool.addRelay('wss://nostr.openchain.fr', {read: true, write: true});
pool.addRelay('wss://relay.damus.io', {read: true, write: true});
pool.addRelay('wss://relay.snort.social', {read: true, write: true});
pool.addRelay('wss://eden.nostr.land', {read: true, write: true});
pool.addRelay('wss://relay.nostr.ch', {read: true, write: true});

Loading…
Cancel
Save