diff --git a/.env-sample b/.env-sample index 3417a7ff..62c445ab 100644 --- a/.env-sample +++ b/.env-sample @@ -70,7 +70,7 @@ MAX_PUBLIC_ORDERS = 100 # Trade limits in satoshis MIN_TRADE = 20000 -MAX_TRADE = 1500000 +MAX_TRADE = 2200000 MAX_TRADE_BONDLESS_TAKER = 50000 # Expiration (CLTV_expiry) time for HODL invoices in HOURS // 7 min/block assumed diff --git a/docs/_config.yml b/docs/_config.yml index 80263847..b3648aa7 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 : "1,500,000" # In Satoshis + max_trade_limit : "2,200,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/BookPage.js b/frontend/src/components/BookPage.js index 90e0c4f6..744f0bc1 100644 --- a/frontend/src/components/BookPage.js +++ b/frontend/src/components/BookPage.js @@ -108,7 +108,7 @@ class BookPage extends Component { - {params.row.type == t("Buyer") ? : }}> + {params.row.type == t("Buyer") ? : }}>
- {params.row.type == t("Buyer") ? : }
}> + {params.row.type == t("Buyer") ? : }}>
- + ); diff --git a/frontend/src/components/OrderPage.js b/frontend/src/components/OrderPage.js index 1112ea8d..370563f8 100644 --- a/frontend/src/components/OrderPage.js +++ b/frontend/src/components/OrderPage.js @@ -492,7 +492,7 @@ class OrderPage extends Component { - {!this.state.type ? : }
}> + {!this.state.type ? : }}> - {this.state.type ? : }}> + {this.state.type ? : }}> - +