From b7a0abe55df2ff01d7b70883887689de0339bb95 Mon Sep 17 00:00:00 2001 From: cryptoteun <73664763+cryptoteun@users.noreply.github.com> Date: Sat, 20 Nov 2021 21:31:41 +0100 Subject: [PATCH 1/2] Added sats.pm --- components/community.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/community.js b/components/community.js index 2ea1e08..643357f 100644 --- a/components/community.js +++ b/components/community.js @@ -348,6 +348,10 @@ const SATDRESS_SERVERS = [ urlLink: 'https://tinytip.me', urlText: '@tinytip.me', }, + { + urlLink: 'https://sats.pm', + urlText: '@sats.pm', + }, ]; From 193bd885547afbac9357c6ffd95a8c827f46806f Mon Sep 17 00:00:00 2001 From: bosch <55287964+Bosch-0@users.noreply.github.com> Date: Wed, 24 Nov 2021 16:13:09 +0800 Subject: [PATCH 2/2] Add BTCPay server to wallets supported --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 97a1f95..6e8386d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ _Bitcoin Lightning wallets that support sending and receiving to **Lightning Add | [Blixt](https://blixtwallet.github.io/) | ☑️ | [WIP](https://github.com/hsjoberg/lightning-box/blob/master/README.md) | | [BlueWallet](https://bluewallet.io/) | ☑️ | ---- | | [Breez](https://breez.technology/) | ☑️ | ---- | +| [BTCPay](https://btcpayserver.org/) | ☑️ | ☑️ | | [coinos](https://coinos.io/) | WIP | ☑️ | | [LNbits](https://lnbits.org/) | ☑️ | WIP | | [@lntxbot](https://t.me/lntxbot) | ☑️ | ☑️ |