mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 05:14:22 +01:00
Merge branch 'master' into add-alby
This commit is contained in:
@@ -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) | ☑️ | ☑️ |
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user