scripts/nostr-query/relay-note: update relay to wss://relay.damus.io

This commit is contained in:
randymcmillan 2022-08-07 19:22:27 -04:00 committed by William Casarin
parent 03567e725a
commit c88f7e09eb
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/usr/bin/env bash
websocat "$@" wss://nostr-pub.wellorder.net
websocat "$@" wss://relay.damus.io

View File

@ -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