From efdc83d4bb95f258f2a8f491d9d708006873a381 Mon Sep 17 00:00:00 2001 From: softsimon Date: Thu, 8 Feb 2024 21:25:34 +0800 Subject: [PATCH] Enabling Accelerator --- production/mempool-frontend-config.mainnet.json | 1 + 1 file changed, 1 insertion(+) diff --git a/production/mempool-frontend-config.mainnet.json b/production/mempool-frontend-config.mainnet.json index 5eb3d0a7d..144783a93 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -11,5 +11,6 @@ "BISQ_WEBSITE_URL": "https://bisq.markets", "ITEMS_PER_PAGE": 25, "LIGHTNING": true, + "ACCELERATOR": true, "AUDIT": true }