mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 05:14:22 +01:00
chore: add wos and breez to list of supported wallets
This commit is contained in:
@@ -382,10 +382,13 @@ const WALLETS = [
|
||||
url: 'https://zebedee.io/wallet',
|
||||
},
|
||||
{
|
||||
name: 'Blixt',
|
||||
image: '/images/blixt.png',
|
||||
name: 'Breez',
|
||||
image: '/images/breez.png',
|
||||
downloadText: 'Download Wallet',
|
||||
url: 'https://blixtwallet.github.io/',
|
||||
url: 'https://breez.technology',
|
||||
imageStyle: {
|
||||
width: '95px',
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'SBW',
|
||||
@@ -393,6 +396,21 @@ const WALLETS = [
|
||||
downloadText: 'Download Wallet',
|
||||
url: 'https://lightning-wallet.com',
|
||||
},
|
||||
{
|
||||
name: 'Wallet of Satoshi',
|
||||
image: '/images/wos.svg',
|
||||
downloadText: 'Download Wallet',
|
||||
url: 'https://walletofsatoshi.com',
|
||||
imageStyle: {
|
||||
width: '115px',
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'Blixt',
|
||||
image: '/images/blixt.png',
|
||||
downloadText: 'Download Wallet',
|
||||
url: 'https://blixtwallet.github.io/',
|
||||
},
|
||||
{
|
||||
name: 'BlueWallet',
|
||||
image: '/images/bluewallet.svg',
|
||||
@@ -426,7 +444,7 @@ const WALLETS = [
|
||||
image: '/images/lightningtipbot.svg',
|
||||
downloadText: 'Open @LightningTipBot',
|
||||
url: 'https://t.me/LightningTipBot',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export const Community = () => (
|
||||
|
||||
Reference in New Issue
Block a user