From 9ffcf2eca5902b66f33bc602b98c3b7b691d432d Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 18 Oct 2024 12:32:42 +0900 Subject: [PATCH] ops: Enable wallets in prod mempool backend 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 b6ee68da1..f57978043 100644 --- a/production/mempool-config.mainnet.json +++ b/production/mempool-config.mainnet.json @@ -150,5 +150,9 @@ "MEMPOOL_SERVICES": { "API": "https://mempool.space/api/v1/services", "ACCELERATIONS": true + }, + "WALLETS": { + "ENABLED": true, + "WALLETS": ["BITB"] } }