robosats/frontend/static/lnproxies.json
Reckless_Satoshi acaf0db9e6
Add routing budget and lnproxy (#328)
* Add advanced options to LN payout form

* Complete amount calcs

* Temporary working solution for lnproxy web only (uses text instead of json)

* Update LNpayment model and logics to use user's routing budget

* Add handle lnproxyserver networks (i2p, tor, clearnet) / (mainnet,testnet)

* Small fixes

* Small fixes
2022-11-24 17:47:49 +00:00

12 lines
308 B
JSON

[
{
"name": "↬ Lnproxy Dev",
"mainnetClearnet": "https://lnproxy.org",
"mainnetTOR": "http://rdq6tvulanl7aqtupmoboyk2z3suzkdwurejwyjyjf4itr3zhxrm2lad.onion",
"mainnetI2P": "undefined",
"testnetClearnet": "undefined",
"testnetTOR": "undefined",
"testnetI2P": "undefined"
}
]