From 880dd1183a03d0aa42e66ce418b782b06d8ce519 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:19:52 +0100 Subject: [PATCH] add default relays --- nostr/client/client.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/nostr/client/client.py b/nostr/client/client.py index 52676e0..8158979 100644 --- a/nostr/client/client.py +++ b/nostr/client/client.py @@ -21,10 +21,15 @@ from . import cbc class NostrClient: relays = [ - "wss://lnbits.link/nostrrelay/client", "wss://nostr-pub.wellorder.net", + "wss://relay.damus.io", "wss://nostr.zebedee.cloud", - "wss://nodestr.fmt.wiz.biz", + "wss://relay.snort.social", + "wss://nostr.fmt.wiz.biz", + "wss://nos.lol", + "wss://nostr.oxtr.dev", + "wss://relay.current.fyi", + "wss://relay.snort.social", ] # ["wss://nostr.oxtr.dev"] # ["wss://relay.nostr.info"] "wss://nostr-pub.wellorder.net" "ws://91.237.88.218:2700", "wss://nostrrr.bublina.eu.org", ""wss://nostr-relay.freeberty.net"", , "wss://nostr.oxtr.dev", "wss://relay.nostr.info", "wss://nostr-pub.wellorder.net" , "wss://relayer.fiatjaf.com", "wss://nodestr.fmt.wiz.biz/", "wss://no.str.cr" relay_manager = RelayManager() private_key: PrivateKey