mirror of
https://github.com/jb55/nostril.git
synced 2025-08-11 03:00:46 -04:00
scripts/nostr-query/relay-note: update relay to wss://relay.damus.io
This commit is contained in:
committed by
William Casarin
parent
03567e725a
commit
c88f7e09eb
scripts
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
websocat "$@" wss://nostr-pub.wellorder.net
|
||||
websocat "$@" wss://relay.damus.io
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
jq -c '["EVENT",.]' | websocat wss://nostr-pub.wellorder.net
|
||||
jq -c '["EVENT",.]' | websocat wss://relay.damus.io
|
||||
|
Reference in New Issue
Block a user