diff --git a/Cargo.lock b/Cargo.lock index 1e6fd37..0487843 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7479,7 +7479,7 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "nip44" -version = "0.1.0" +version = "0.3.0" dependencies = [ "base64 0.22.1", "chacha20 0.9.1", diff --git a/src/nostr/relays.rs b/src/nostr/relays.rs index ad55e71..5244fc0 100644 --- a/src/nostr/relays.rs +++ b/src/nostr/relays.rs @@ -14,9 +14,9 @@ //! Default relay set and relay list helpers. -/// Default DM relays: the Goblin relay plus large public relays for redundancy. +/// Default DM relays: the Floonet relay plus large public relays for redundancy. pub const DEFAULT_RELAYS: &[&str] = &[ - "wss://relay.goblin.st", + "wss://relay.floonet.dev", "wss://relay.damus.io", "wss://nos.lol", ];