mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
86e6bed37c
* 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
24 lines
902 B
JSON
24 lines
902 B
JSON
[
|
|
{
|
|
"alias": "Inception",
|
|
"enabled": "true",
|
|
"description": "RoboSats original and experimental coordinator",
|
|
"coverLetter": "N/A",
|
|
"contact": {
|
|
"email": "robosats@protonmail.com",
|
|
"telegram": "@robosats",
|
|
"twitter": "@robosats",
|
|
"matrix": "#robosats:matrix.org",
|
|
"website": "learn.robosats.com"
|
|
},
|
|
"color": "#9C27B0",
|
|
"mainnetOnion": "robosats6tkf3eva7x2voqso3a5wcorsnw34jveyxfqi2fu7oyheasid.onion",
|
|
"mainnetClearnet": "unsafe.robosats.com",
|
|
"testnetOnion": "robotestagw3dcxmd66r4rgksb4nmmr43fh77bzn2ia2eucduyeafnyd.onion",
|
|
"testnetClearnet": "unsafe.testnet.robosats.com",
|
|
"mainnetNodesPubkeys": ["0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e"],
|
|
"testnetNodesPubkeys": ["03ecb271b3e2e36f2b91c92c65bab665e5165f8cdfdada1b5f46cfdd3248c87fd6"],
|
|
"logo": "/static/federation/inception.svg"
|
|
}
|
|
]
|