chore: adding wallets

This commit is contained in:
Andre Neves
2021-09-06 19:38:24 -04:00
parent da4ed7a4ad
commit 12f88f2a8e
5 changed files with 77 additions and 11 deletions

View File

@@ -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',