Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Add blastr relay for sending
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Jan 25, 2024
1 parent d683543 commit 717e888
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mutiny-core/src/nostr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ impl<S: MutinyStorage> NostrManager<S> {
relays.push("wss://relay.primal.net".to_string());
relays.push("wss://relay.damus.io".to_string());

// add strfry for default sending
relays.push("wss://relay.mutinywallet.com".to_string());
// add relays for default sending
relays.push("wss://relay.mutinywallet.com".to_string()); // blastr
relays.push("wss://relay.mutinywallet.com".to_string()); // strfry

// remove duplicates
relays.sort();
Expand Down

0 comments on commit 717e888

Please sign in to comment.