mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
acaf0db9e6
* 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
12 lines
308 B
JSON
12 lines
308 B
JSON
[
|
|
{
|
|
"name": "↬ Lnproxy Dev",
|
|
"mainnetClearnet": "https://lnproxy.org",
|
|
"mainnetTOR": "http://rdq6tvulanl7aqtupmoboyk2z3suzkdwurejwyjyjf4itr3zhxrm2lad.onion",
|
|
"mainnetI2P": "undefined",
|
|
"testnetClearnet": "undefined",
|
|
"testnetTOR": "undefined",
|
|
"testnetI2P": "undefined"
|
|
}
|
|
]
|