Switch NWC from Damus to Primal relay (#1340)

This commit is contained in:
ekzyis 2024-08-28 09:32:29 -05:00 committed by GitHub
parent 2503a3cb6a
commit ae8cadd4be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -535,7 +535,7 @@ services:
entrypoint: entrypoint:
- 'nostr-wallet-connect-lnd' - 'nostr-wallet-connect-lnd'
- '--relay' - '--relay'
- 'wss://relay.damus.io' - 'wss://relay.primal.net'
- '--macaroon-file' - '--macaroon-file'
- '/root/.lnd/regtest/admin.macaroon' - '/root/.lnd/regtest/admin.macaroon'
- '--cert-file' - '--cert-file'

View File

@ -1,7 +1,7 @@
Use this NWC string to attach the wallet for payments: Use this NWC string to attach the wallet for payments:
``` ```
nostr+walletconnect://5224c44600696216595a70982ee7387a04bd66248b97fefb803f4ed6d4af1972?relay=wss%3A%2F%2Frelay.damus.io&secret=0d1ef06059c9b1acf8c424cfe357c5ffe2d5f3594b9081695771a363ee716b67 nostr+walletconnect://5224c44600696216595a70982ee7387a04bd66248b97fefb803f4ed6d4af1972?relay=wss%3A%2F%2Frelay.primal.net&secret=0d1ef06059c9b1acf8c424cfe357c5ffe2d5f3594b9081695771a363ee716b67
``` ```
This won't work for receives since it allows `pay_invoice`. This won't work for receives since it allows `pay_invoice`.