remove old chains_mainnet.json

remove old pokt bootstrap skript
added correct chains.json
This commit is contained in:
cventastic
2022-04-25 12:01:41 +02:00
parent e825e4fa37
commit 38c14d7d9b
3 changed files with 15 additions and 20 deletions

View File

@@ -1,9 +0,0 @@
pokt_mainnet.sh
#!/bin/sh
if [ ! -f /home/app/.pocket/setupdone ]
then
mkdir -p /home/app/.pocket/data
echo "wget -q -O - '$POCKET_SNAPSHOT' | tar -xv -C /home/app/.pocket/data/"
wget -q -O - $POCKET_SNAPSHOT | tar -xv -C /home/app/.pocket/data/
touch /home/app/.pocket/setupdone
fi

View File

@@ -1,46 +1,50 @@
[ [
{ {
"id": "0001", "id": "0001",
"url": "https://${DOMAIN}/pokt" "url": "http://haproxy/pokt"
}, },
{ {
"id": "0004", "id": "0004",
"url": "https://${DOMAIN}/bsc" "url": "http://haproxy/bsc"
}, },
{ {
"id": "0005", "id": "0005",
"url": "https://${DOMAIN}/fuse" "url": "http://haproxy/fuse"
},
{
"id": "0009",
"url": "http://haproxy/polygon"
}, },
{ {
"id": "0021", "id": "0021",
"url": "https://${DOMAIN}/erigon" "url": "http://haproxy/mainnet"
}, },
{ {
"id": "0022", "id": "0022",
"url": "https://${DOMAIN}/erigon" "url": "http://haproxy/erigon"
}, },
{ {
"id": "0023", "id": "0023",
"url": "https://${DOMAIN}/ropsten" "url": "http://haproxy/ropsten"
}, },
{ {
"id": "0025", "id": "0025",
"url": "https://${DOMAIN}/rinkeby" "url": "http://haproxy/rinkeby"
}, },
{ {
"id": "0026", "id": "0026",
"url": "https://${DOMAIN}/goerli" "url": "http://haproxy/goerli"
}, },
{ {
"id": "0027", "id": "0027",
"url": "https://${DOMAIN}/xdai" "url": "http://haproxy/xdai"
}, },
{ {
"id": "0028", "id": "0028",
"url": "https://${DOMAIN}/erigon" "url": "http://haproxy/erigon"
}, },
{ {
"id": "0040", "id": "0040",
"url": "https://${DOMAIN}/harmony" "url": "http://haproxy/harmony"
} }
] ]