summaryrefslogtreecommitdiff
path: root/desk/sur/nostr.hoon
diff options
context:
space:
mode:
Diffstat (limited to 'desk/sur/nostr.hoon')
-rw-r--r--desk/sur/nostr.hoon10
1 files changed, 6 insertions, 4 deletions
diff --git a/desk/sur/nostr.hoon b/desk/sur/nostr.hoon
index ff5ad6b..a1b54d1 100644
--- a/desk/sur/nostr.hoon
+++ b/desk/sur/nostr.hoon
@@ -77,10 +77,12 @@ $% [%event sub-id=@t =event]
:: https://github.com/sesseor/nostr-relays-list/blob/main/relays.txt
++ public-relays ^- (list @t)
- :~ 'wss://nos.lol'
- :: 'wss://relay.damus.io'
- :: 'wss://nostr.wine'
- :: 'wss://offchain.pub'
+ :~
+ 'wss://n.urbit.cloud'
+ 'wss://nos.lol'
+ 'wss://relay.damus.io'
+ 'wss://nostr.wine'
+ 'wss://offchain.pub'
==
:: 'wss://knostr.neutrine.com'
--