Merge pull request #16 from bumi/master

Add LnMe in additional resources
This commit is contained in:
André Neves
2021-09-07 21:38:57 -04:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -367,6 +367,11 @@ const BRIDGE_SERVERS = [
urlText: 'Ligess',
description: 'Personal Lightning Address server to self-host payments to you@yourdomain.com.',
},
{
urlLink: 'https://github.com/bumi/lnme',
urlText: 'LnMe',
description: 'Self-hosted Lightning Address server and personal payment page.',
},
];
const WALLETS = [

View File

@@ -88,6 +88,10 @@ const FOOTER = [
link: 'https://github.com/dolu89/ligess',
title: 'Ligess'
},
{
link: 'https://github.com/bumi/lnme',
title: 'LnMe'
},
]
},
];