From 89eb7ec90baca76c4ca38eed82b2e59a205aebd7 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 5 Dec 2023 05:29:18 +0900 Subject: [PATCH] ops: Enable accelerator in production config --- production/mempool-config.mainnet.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/production/mempool-config.mainnet.json b/production/mempool-config.mainnet.json index b2878ceef..0aa90aa9c 100644 --- a/production/mempool-config.mainnet.json +++ b/production/mempool-config.mainnet.json @@ -105,5 +105,9 @@ "node205.tk7.mempool.space", "node206.tk7.mempool.space" ] + }, + "MEMPOOL_SERVICES": { + "API": "https://mempool.space/api/v1/services", + "ACCELERATIONS": true } }