From 6d51ce1f3893112da052108acd725bdf91ec6d9e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 9 Dec 2024 15:22:25 +0900 Subject: [PATCH] ops: Fix metaplanet unfurler config --- production/mempool-build-all | 4 ++-- production/unfurler-config.meta.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/production/mempool-build-all b/production/mempool-build-all index 84ea1b5ec..782ed056a 100755 --- a/production/mempool-build-all +++ b/production/mempool-build-all @@ -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 diff --git a/production/unfurler-config.meta.json b/production/unfurler-config.meta.json index c0b6e3dfa..0fe1f1780 100644 --- a/production/unfurler-config.meta.json +++ b/production/unfurler-config.meta.json @@ -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,