mirror of
https://github.com/jb55/nostril.git
synced 2024-11-14 06:19:07 -05:00
scripts/nostr-query/relay-note: update relay to wss://relay.damus.io
This commit is contained in:
parent
03567e725a
commit
c88f7e09eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user