From b3e59c06e90893b3be4606c4574afda4a80b6fb3 Mon Sep 17 00:00:00 2001 From: softsimon Date: Thu, 25 Jul 2024 04:07:18 -0500 Subject: [PATCH] add new accelerator button config to sample --- frontend/mempool-frontend-config.sample.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/mempool-frontend-config.sample.json b/frontend/mempool-frontend-config.sample.json index 38a671edf..f9f2576d6 100644 --- a/frontend/mempool-frontend-config.sample.json +++ b/frontend/mempool-frontend-config.sample.json @@ -25,6 +25,7 @@ "HISTORICAL_PRICE": true, "ADDITIONAL_CURRENCIES": false, "ACCELERATOR": false, + "ACCELERATOR_BUTTON": true, "PUBLIC_ACCELERATIONS": false, "SERVICES_API": "https://mempool.space/api/v1/services" }