mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 05:14:22 +01:00
Merge pull request #13 from Dolu89/ligess
Add Ligess in additional resources
This commit is contained in:
@@ -357,6 +357,11 @@ const BRIDGE_SERVERS = [
|
||||
urlText: 'BridgeAddr',
|
||||
description: 'Bridge Server that allows setting domain DNS configuration and receive payments at you@yourdomain.com noncustodially.',
|
||||
},
|
||||
{
|
||||
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.',
|
||||
},
|
||||
];
|
||||
|
||||
const WALLETS = [
|
||||
|
||||
@@ -76,6 +76,10 @@ const FOOTER = [
|
||||
link: 'https://github.com/fiatjaf/satdress',
|
||||
title: 'Satdress'
|
||||
},
|
||||
{
|
||||
link: 'https://github.com/dolu89/ligess',
|
||||
title: 'Ligess'
|
||||
},
|
||||
]
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user