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) | ☑️ | ☑️ | diff --git a/components/community.js b/components/community.js index bd85480..26379c7 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', + }, ];