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" }