ops: Fix wrong port in onbtc unfurler config

This commit is contained in:
wiz 2024-05-13 20:58:57 +09:00
parent b6a1547ce4
commit d24217282b
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -5,7 +5,7 @@
},
"MEMPOOL": {
"HTTP_HOST": "http://127.0.0.1",
"HTTP_PORT": 83,
"HTTP_PORT": 84,
"NETWORK": "onbtc"
},
"PUPPETEER": {