Merge branch 'master' into add-alby

This commit is contained in:
André Neves
2021-12-12 10:25:56 -05:00
committed by GitHub
4 changed files with 14 additions and 1 deletions

View File

@@ -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) | ☑️ | ☑️ |

View File

@@ -349,6 +349,14 @@ const SATDRESS_SERVERS = [
urlText: '@tinytip.me',
},
{
urlLink: 'https://sats.pm',
urlText: '@sats.pm',
},
{
urlLink: 'https://lnpay.cz',
urlText: '@lnpay.cz',
},
];
const BRIDGE_SERVERS = [

View File

@@ -253,6 +253,10 @@ export class Hero extends PureComponent {
<LoopedTextPart>zebedee.io</LoopedTextPart>
<LoopedTextPart>coinos.io</LoopedTextPart>
<LoopedTextPart>ln.tips</LoopedTextPart>
<LoopedTextPart>coincorner.io</LoopedTextPart>
<LoopedTextPart>bitrefill.me</LoopedTextPart>
<LoopedTextPart>fbtc.me</LoopedTextPart>
<LoopedTextPart>lnmarkets.com</LoopedTextPart>
</TextLoop>
</LoopWrapper>
</Fade>

View File

@@ -281,7 +281,7 @@ export const Providers = () => (
<ProviderCard>
<ImageWrapper>
<BTCPayImage src={'/images/fastbitcoins.png'} alt="FastBitcoins" style={{ width: '125px' }} />
<DomainURL>you@fastbitcoins.com</DomainURL>
<DomainURL>you@fbtc.me</DomainURL>
</ImageWrapper>
<ProviderSignUpButton target="_blank" href="https://fastbitcoins.com/">Open FastBitcoins</ProviderSignUpButton>
</ProviderCard>