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

View File

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