diff options
author | polwex <polwex@sortug.com> | 2025-09-17 21:45:18 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-09-17 21:45:18 +0700 |
commit | 985fa2f7c99832cdf3c3351d2273c8fd05402b78 (patch) | |
tree | bc727486a89ad05e588754f8de8b1096400a3d31 /desk/sur/nostr.hoon | |
parent | f0df4c7297a05bd592d8717b8997284c80fd0500 (diff) |
basic comms working
Diffstat (limited to 'desk/sur/nostr.hoon')
-rw-r--r-- | desk/sur/nostr.hoon | 10 |
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' -- |