1
0
forked from GRIN/grim

relays: default DM relay -> relay.floonet.dev (relay.goblin.st retiring); refresh Cargo.lock for nip44 0.3.0

This commit is contained in:
2ro
2026-07-03 03:48:31 -04:00
parent 4d1db9cb28
commit b3165c3964
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -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",
+2 -2
View File
@@ -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",
];