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/4] 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/4] 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) | ☑️ | ☑️ | From b338170468f254fc9a246a0a43d05be40200ff07 Mon Sep 17 00:00:00 2001 From: Andre Neves Date: Sun, 5 Dec 2021 13:07:38 -0500 Subject: [PATCH 3/4] chore: fbtc.me instead of fastbitcoins.com --- components/hero.js | 4 ++++ components/providers.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/components/hero.js b/components/hero.js index e652f48..6e3b2c3 100644 --- a/components/hero.js +++ b/components/hero.js @@ -253,6 +253,10 @@ export class Hero extends PureComponent { zebedee.io coinos.io ln.tips + coincorner.io + bitrefill.me + fbtc.me + lnmarkets.com diff --git a/components/providers.js b/components/providers.js index d75f734..ed4c5f3 100644 --- a/components/providers.js +++ b/components/providers.js @@ -281,7 +281,7 @@ export const Providers = () => ( - you@fastbitcoins.com + you@fbtc.me Open FastBitcoins From 1972819855303268aca870607240c95bbeec48ba Mon Sep 17 00:00:00 2001 From: iWarpBTC Date: Mon, 6 Dec 2021 21:31:06 +0100 Subject: [PATCH 4/4] add lnpay.cz --- components/community.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/community.js b/components/community.js index 26379c7..89500c2 100644 --- a/components/community.js +++ b/components/community.js @@ -352,6 +352,10 @@ const SATDRESS_SERVERS = [ urlLink: 'https://sats.pm', urlText: '@sats.pm', }, + { + urlLink: 'https://lnpay.cz', + urlText: '@lnpay.cz', + }, ];