diff options
Diffstat (limited to 'src/lib/client.rs')
| -rw-r--r-- | src/lib/client.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/client.rs b/src/lib/client.rs index 634dce2..c1bf751 100644 --- a/src/lib/client.rs +++ b/src/lib/client.rs | |||
| @@ -1107,7 +1107,8 @@ impl Default for Params { | |||
| 1107 | vec!["ws://localhost:8051".to_string()] | 1107 | vec!["ws://localhost:8051".to_string()] |
| 1108 | } else { | 1108 | } else { |
| 1109 | vec![ | 1109 | vec![ |
| 1110 | "wss://relay.nsec.app".to_string(), | 1110 | "wss://bucket.coracle.social".to_string(), |
| 1111 | "wss://nos.lol".to_string(), | ||
| 1111 | "wss://relay.ditto.pub".to_string(), | 1112 | "wss://relay.ditto.pub".to_string(), |
| 1112 | ] | 1113 | ] |
| 1113 | }, | 1114 | }, |