mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
ops: Fix metaplanet unfurler config
This commit is contained in:
parent
bce9ea3661
commit
6d51ce1f38
@ -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
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user