From abdf21037710a72c30eac57cbd10c4262b49ca6e Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Fri, 24 Nov 2023 15:51:20 +0000 Subject: [PATCH] Use global node_id in docs and update params --- docs/_config.yml | 4 ++-- docs/_pages/docs/00-quick-start/01-lightning.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index f76e9a42..953438b8 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -30,11 +30,11 @@ masthead_title : # overrides the website title displayed in the masthe # breadcrumbs : false # true, false (default) words_per_minute : robosats: - node_id : 0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e + node_id : 02187352cc4b1856b9604e0a79e1bc9b301be7e0c14acbbb8c29f7051d507127d7 maker_fee : 0.025 # In percent (%) taker_fee : 0.175 # In percent (%) total_fee : 0.2 # In percent (%) - max_trade_limit : "4,000,000" # In Satoshis + max_trade_limit : "5,000,000" # In Satoshis min_trade_limit : "20,000" # In Satoshis hours_public_default : 24 # In hours hours_fiat_exchange : 24 # In hours diff --git a/docs/_pages/docs/00-quick-start/01-lightning.md b/docs/_pages/docs/00-quick-start/01-lightning.md index ae103865..b73bbfc1 100644 --- a/docs/_pages/docs/00-quick-start/01-lightning.md +++ b/docs/_pages/docs/00-quick-start/01-lightning.md @@ -12,7 +12,7 @@ src: "_pages/docs/00-quick-start/01-lightning.md" The Lightning Network, or simply referred to as LN, is an off chain (layer two) micropayment network featuring low fees and instant payments. RoboSats leverages the advantages of transacting off chain to provide users a quick and inexpensive experience! There are many great resources out there to learn more about how the Lightning Network works. Check out ["Mastering the Lightning Network"](https://github.com/lnbook/lnbook) for one such great resource. -RoboSats is experimental, and as such is currently supported by an [experimental coordinator node](https://amboss.space/node/02187352cc4b1856b9604e0a79e1bc9b301be7e0c14acbbb8c29f7051d507127d7). The upcoming [federation upgrade](https://github.com/RoboSats/robosats/pull/601) allows anyone to become a coordinator node and support the RoboSats federation, thereby creating a decentralized but unified order book consisting of federation members competing against each other to attract traders. +RoboSats is experimental, and as such is currently supported by an [experimental coordinator node](https://amboss.space/node/{{site.robosats.node_id}}). The upcoming [federation upgrade](https://github.com/RoboSats/robosats/pull/601) allows anyone to become a coordinator node and support the RoboSats federation, thereby creating a decentralized but unified order book consisting of federation members competing against each other to attract traders. ## **Using the Lightning Network**