Skip to content

Commit

Permalink
update relay list
Browse files Browse the repository at this point in the history
  • Loading branch information
rot13maxi committed May 3, 2023
1 parent 68fff0d commit 1e2b77e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ fn main() {
let message = websocket::Message::text(event_msg);
for relay in vec![
"wss://relay.damus.io",
"wss://nostr.zebedee.cloud",
"wss://relay.nostr.ch",
"wss://nostr-pub.wellorder.net",
"wss://nostr-pub.semisol.dev",
"wss://nostr.fmt.wiz.biz",
"wss://relay.nos.lol",
"wss://nostr.current.fyi",
"wss://nostr.snort.social",
"wss://nostr.oxtr.dev",
] {
match publish_to_relay(relay, &message) {
Expand Down

0 comments on commit 1e2b77e

Please sign in to comment.