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
commit 9a87b357fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,