From 138311a1b7b96d7f66a202e16e7c76715b6755bd Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Wed, 7 Sep 2022 13:42:54 -0700 Subject: [PATCH] Add example federation member --- frontend/static/federation.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 frontend/static/federation.json diff --git a/frontend/static/federation.json b/frontend/static/federation.json new file mode 100644 index 00000000..e630f5e1 --- /dev/null +++ b/frontend/static/federation.json @@ -0,0 +1,26 @@ +{ + "coordinator_1": { + "alias":"Maximalist", + "description": "Maximalist Robots. P2P for freedom. No trade limits, low fees.", + "cover_letter": "Hi! I am Mike. I'm a freedom activist based in TorLand. I have been running LN infrastructure since early 2019, long time FOSS contributor....", + "contact_methods": { + "email":"maximalist@bitcoin.p2p", + "telegram":"maximalist_robot", + ".....":"...." + }, + "color": "#FFFFFF", + "mainnet_onion":"robomaxim......onion", + "testnet_onion": null, + "mainnet_ln_nodes_pubkeys": [ + "03e96as....", + "02aaecc...." + ], + "testnet_ln_nodes_pubkeys": [ + "0284ff2...." + ], + "logo_svg_200x200": " <\/svg>" + }, + "coordinator_2": { + "...":"..." + } + } \ No newline at end of file