diff --git a/nostr/client/client.py b/nostr/client/client.py index d13d918..979df28 100644 --- a/nostr/client/client.py +++ b/nostr/client/client.py @@ -21,9 +21,8 @@ from . import cbc class NostrClient: relays = [ - # "wss://nostr-pub.wellorder.net" + "wss://nostr-pub.wellorder.net", "wss://nostr.zebedee.cloud", - # "wss://nodestr.fmt.wiz.biz/", # "wss://no.str.cr", ] # ["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()