From ae8cadd4beb5d948f6c5e1d86c611f09b74b5438 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Wed, 28 Aug 2024 09:32:29 -0500 Subject: [PATCH] Switch NWC from Damus to Primal relay (#1340) --- docker-compose.yml | 2 +- wallets/nwc/ATTACH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fe2f06fd..0d087e1d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -535,7 +535,7 @@ services: entrypoint: - 'nostr-wallet-connect-lnd' - '--relay' - - 'wss://relay.damus.io' + - 'wss://relay.primal.net' - '--macaroon-file' - '/root/.lnd/regtest/admin.macaroon' - '--cert-file' diff --git a/wallets/nwc/ATTACH.md b/wallets/nwc/ATTACH.md index b4b929b7..a604e228 100644 --- a/wallets/nwc/ATTACH.md +++ b/wallets/nwc/ATTACH.md @@ -1,7 +1,7 @@ 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`.