From 3d900bdfe50f5e44f15b8a94c41f92cc1497cb76 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Tue, 2 Apr 2024 08:24:57 +0000 Subject: [PATCH] Enable PUBLIC_ACCELERATIONS in mainnet prod --- 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 144783a93..4e9087c34 100644 --- a/production/mempool-frontend-config.mainnet.json +++ b/production/mempool-frontend-config.mainnet.json @@ -12,5 +12,6 @@ "ITEMS_PER_PAGE": 25, "LIGHTNING": true, "ACCELERATOR": true, + "PUBLIC_ACCELERATIONS": true, "AUDIT": true }