From 95f47409d8a87132ef829726228c6fab77b8f2c9 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 29 Apr 2024 17:29:45 +0900 Subject: [PATCH] Add onbtc frontend config, add onbtc backend to build script --- production/mempool-build-all | 2 +- production/mempool-frontend-config.onbtc.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/production/mempool-build-all b/production/mempool-build-all index b55ea167e..63dadaac0 100755 --- a/production/mempool-build-all +++ b/production/mempool-build-all @@ -130,7 +130,7 @@ source "${NVM_DIR}/nvm.sh" # what to look for frontends=(mainnet liquid onbtc) -backends=(mainnet testnet signet liquid liquidtestnet) +backends=(mainnet testnet signet liquid liquidtestnet onbtc) frontend_repos=() backend_repos=() diff --git a/production/mempool-frontend-config.onbtc.json b/production/mempool-frontend-config.onbtc.json index 3ddb807f9..63cca1a87 100644 --- a/production/mempool-frontend-config.onbtc.json +++ b/production/mempool-frontend-config.onbtc.json @@ -1,5 +1,4 @@ { - "BASE_MODULE": "bisq", "OFFICIAL_MEMPOOL_SPACE": true, "TESTNET_ENABLED": true, "LIQUID_ENABLED": true, @@ -10,5 +9,10 @@ "MEMPOOL_WEBSITE_URL": "https://mempool.space", "LIQUID_WEBSITE_URL": "https://liquid.network", "BISQ_WEBSITE_URL": "https://bisq.markets", - "ITEMS_PER_PAGE": 25 + "ITEMS_PER_PAGE": 25, + "LIGHTNING": true, + "ACCELERATOR": true, + "PUBLIC_ACCELERATIONS": true, + "AUDIT": true, + "CUSTOMIZATION": "custom-sv-config.json" }