diff --git a/.env-sample b/.env-sample index 7d9e3eb2..c3e55f6d 100644 --- a/.env-sample +++ b/.env-sample @@ -72,7 +72,7 @@ MAX_PUBLIC_ORDERS = 100 # Trade limits in satoshis MIN_TRADE = 20000 -MAX_TRADE = 2200000 +MAX_TRADE = 3000000 MAX_TRADE_BONDLESS_TAKER = 50000 # Expiration (CLTV_expiry) time for HODL invoices in HOURS // 7 min/block assumed diff --git a/docker/lnd/Dockerfile b/docker/lnd/Dockerfile index 2a88f2d7..d4806135 100644 --- a/docker/lnd/Dockerfile +++ b/docker/lnd/Dockerfile @@ -1,4 +1,4 @@ -FROM lightninglabs/lnd:v0.14.3-beta +FROM lightninglabs/lnd:v0.15.0-beta ARG LOCAL_USER_ID=9999 ARG LOCAL_GROUP_ID=9999 diff --git a/docs/_config.yml b/docs/_config.yml index b3648aa7..845f77dc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -35,7 +35,7 @@ robosats: maker_fee : 0.025 # In percent (%) taker_fee : 0.175 # In percent (%) total_fee : 0.2 # In percent (%) - max_trade_limit : "2,200,000" # In Satoshis + max_trade_limit : "3,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/frontend/src/components/BottomBar.js b/frontend/src/components/BottomBar.js index 41295c12..de7df16c 100644 --- a/frontend/src/components/BottomBar.js +++ b/frontend/src/components/BottomBar.js @@ -492,7 +492,7 @@ bottomBarPhone =()=>{ network={this.state.network} nodeAlias={this.state.node_alias} nodeId={this.state.node_id} - alternativeName={this.state.alternativeName} + alternativeName={this.state.alternative_name} alternativeSite={this.state.alternative_site} robosatsRunningCommitHash={this.state.robosats_running_commit_hash} lastDayVolume={this.state.last_day_volume} diff --git a/frontend/src/components/UserGenPage.js b/frontend/src/components/UserGenPage.js index 7154a221..13a95b1d 100644 --- a/frontend/src/components/UserGenPage.js +++ b/frontend/src/components/UserGenPage.js @@ -296,7 +296,7 @@ class UserGenPage extends Component { - +