ops: Fix metaplanet unfurler config

This commit is contained in:
wiz 2024-12-09 15:22:25 +09:00
parent bce9ea3661
commit 6d51ce1f38
No known key found for this signature in database
GPG Key ID: A394E332255A6173
2 changed files with 6 additions and 6 deletions

View File

@ -131,7 +131,7 @@ export NVM_DIR="${HOME}/.nvm"
source "${NVM_DIR}/nvm.sh"
# what to look for
frontends=(mainnet liquid onbtc)
frontends=(mainnet liquid onbtc meta)
backends=(mainnet testnet testnet4 signet liquid liquidtestnet onbtc)
frontend_repos=()
backend_repos=()
@ -148,7 +148,7 @@ for repo in $backends;do
done
# update all repos
for repo in $backend_repos;do
for repo in $frontend_repos $backend_repos;do
update_repo "${repo}"
done

View File

@ -1,12 +1,12 @@
{
"SERVER": {
"HOST": "https://onbtc.tk7.mempool.space",
"HTTP_PORT": 8004
"HOST": "https://metaplanet.mempool.space",
"HTTP_PORT": 8005
},
"MEMPOOL": {
"HTTP_HOST": "http://127.0.0.1",
"HTTP_PORT": 84,
"NETWORK": "onbtc"
"HTTP_PORT": 85,
"NETWORK": "meta"
},
"PUPPETEER": {
"CLUSTER_SIZE": 8,