Skip to content

Commit

Permalink
add default relays
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Feb 25, 2023
1 parent 59ddc1b commit 880dd11
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions nostr/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@

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
Expand Down

0 comments on commit 880dd11

Please sign in to comment.