ops: Enable wallets in prod mempool backend config

This commit is contained in:
wiz 2024-10-18 12:32:42 +09:00
parent c1be7460c0
commit 9ffcf2eca5
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -150,5 +150,9 @@
"MEMPOOL_SERVICES": {
"API": "https://mempool.space/api/v1/services",
"ACCELERATIONS": true
},
"WALLETS": {
"ENABLED": true,
"WALLETS": ["BITB"]
}
}