mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Merge pull request #2539 from mempool/wiz/fix-unfurler-config-liquid
Fix unfurler config set network to liquid
This commit is contained in:
commit
9a87b357fc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue