Merge pull request #13 from Dolu89/ligess

Add Ligess in additional resources
This commit is contained in:
André Neves
2021-09-06 19:07:32 -04:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -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 = [

View File

@@ -76,6 +76,10 @@ const FOOTER = [
link: 'https://github.com/fiatjaf/satdress',
title: 'Satdress'
},
{
link: 'https://github.com/dolu89/ligess',
title: 'Ligess'
},
]
},
];