Merge pull request #2539 from mempool/wiz/fix-unfurler-config-liquid

Fix unfurler config set network to liquid
This commit is contained in:
wiz
2022-09-10 05:40:19 +09:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
"MEMPOOL": { "MEMPOOL": {
"HTTP_HOST": "http://127.0.0.1", "HTTP_HOST": "http://127.0.0.1",
"HTTP_PORT": 83, "HTTP_PORT": 83,
"NETWORK": "bitcoin" "NETWORK": "liquid"
}, },
"PUPPETEER": { "PUPPETEER": {
"CLUSTER_SIZE": 8, "CLUSTER_SIZE": 8,