diff --git a/README.md b/README.md index 84615b6..0c9ac31 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,14 @@ _Bitcoin Lightning wallets that support sending and receiving to **Lightning Add | :--- | :-------: | :-----: | | [Bipa](https://bipa.app) | | | | [Blixt](https://blixtwallet.github.io/) | ☑️ | [WIP](https://github.com/hsjoberg/lightning-box/blob/master/README.md) | -| [BlueWallet](https://bluewallet.io/) | ☑️ | | +| [BlueWallet](https://bluewallet.io/) | ☑️ | ---- | | [Breez](https://breez.technology/) | | | | [coinos](https://coinos.io/) | WIP | ☑️ | | [LNbits](https://lnbits.org/) | ☑️ | WIP | | [@lntxbot](https://t.me/lntxbot) | ☑️ | ☑️ | +| [@LightningTipBot](https://github.com/LightningTipBot/LightningTipBot) | ☑️ | ☑️ | | [Muun](https://muun.com/) | | | -| [Phoenix](https://phoenix.acinq.co/) | | | +| [Phoenix](https://phoenix.acinq.co/) | ☑️ | ---- | | [ThunderHub](https://github.com/apotdevin/thunderhub) | | | | [Wallet of Satoshi](https://www.walletofsatoshi.com/) | | | | [Zap](https://www.zaphq.io/) | | | @@ -40,7 +41,6 @@ _Bitcoin Lightning wallets that support sending and receiving to **Lightning Add | [SBW](https://lightning-wallet.com/) | ☑️ | ---- | | [ZEBEDEE](https://zebedee.io/wallet) (and [Bots](https://zebedee.io/bots/), and [Extensions](https://zebedee.io/wallet)) | ☑️ | ☑️ | | [Zeus](https://github.com/ZeusLN/zeus) | WIP | ---- | -| [@LightningTipBot](https://github.com/LightningTipBot/LightningTipBot) | ☑️ | ☑️ | ## TLDR diff --git a/components/community.js b/components/community.js index 68ac94e..85815e3 100644 --- a/components/community.js +++ b/components/community.js @@ -329,21 +329,26 @@ const SATDRESS_SERVERS = [ urlText: '@payaddress.co', }, { - urlLink: 'https://bitmia.com', - urlText: '@bitmia.com', + urlLink: 'https://btcadresse.de', + urlText: '@btcadresse.de', }, { - urlLink: 'https://tinytip.me', - urlText: '@tinytip.me', + urlLink: 'https://ln.fitti.io/', + urlText: '@ln.fitti.io', + }, + { + urlLink: 'https://bitmia.com', + urlText: '@bitmia.com', }, { urlLink: 'https://paymentlink.xyz', urlText: '@paymentlink.xyz', }, { - urlLink: 'https://ln.fitti.io/', - urlText: '@ln.fitti.io', + urlLink: 'https://tinytip.me', + urlText: '@tinytip.me', }, + ]; const BRIDGE_SERVERS = [ @@ -360,7 +365,7 @@ const BRIDGE_SERVERS = [ { urlLink: 'https://github.com/Dolu89/ligess/', urlText: 'Ligess', - description: 'Personnal Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.', + description: 'Personal Lightning Address server to self-host payments to you@yourdomain.com.', }, ]; @@ -383,6 +388,28 @@ const WALLETS = [ downloadText: 'Download Wallet', url: 'https://lightning-wallet.com', }, + { + name: 'BlueWallet', + image: '/images/bluewallet.svg', + downloadText: 'Download Wallet', + url: 'https://bluewallet.io', + imageStyle: { + width: '88px', + marginTop: '3px', + } + }, + { + name: 'Phoenix', + image: '/images/phoenix.png', + downloadText: 'Download Wallet', + url: 'https://phoenix.acinq.co/', + }, + { + name: 'LNBits', + image: '/images/lntxbot.png', + downloadText: 'Open LNTXBot', + url: 'https://t.me/lntxbot/', + }, { name: 'LNBits', image: '/images/lnbits.png', diff --git a/pages/index.js b/pages/index.js index e514a3c..94c5811 100644 --- a/pages/index.js +++ b/pages/index.js @@ -33,7 +33,7 @@ export default function Home() { /> + logo-bluewallet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/phoenix.png b/public/images/phoenix.png new file mode 100644 index 0000000..6842572 Binary files /dev/null and b/public/images/phoenix.png differ