From 38c14d7d9bdbfc426057e88bf036b78cd5c8acbf Mon Sep 17 00:00:00 2001 From: cventastic Date: Mon, 25 Apr 2022 12:01:41 +0200 Subject: [PATCH] remove old chains_mainnet.json remove old pokt bootstrap skript added correct chains.json --- bootstrap_skript/pokt_mainnet.sh | 9 --------- chains/chains_mainnet.json | 0 pokt/chains.json | 26 +++++++++++++++----------- 3 files changed, 15 insertions(+), 20 deletions(-) delete mode 100755 bootstrap_skript/pokt_mainnet.sh delete mode 100644 chains/chains_mainnet.json diff --git a/bootstrap_skript/pokt_mainnet.sh b/bootstrap_skript/pokt_mainnet.sh deleted file mode 100755 index e689784c..00000000 --- a/bootstrap_skript/pokt_mainnet.sh +++ /dev/null @@ -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 diff --git a/chains/chains_mainnet.json b/chains/chains_mainnet.json deleted file mode 100644 index e69de29b..00000000 diff --git a/pokt/chains.json b/pokt/chains.json index 97e7c1c4..a90683a6 100644 --- a/pokt/chains.json +++ b/pokt/chains.json @@ -1,46 +1,50 @@ [ { "id": "0001", - "url": "https://${DOMAIN}/pokt" + "url": "http://haproxy/pokt" }, { "id": "0004", - "url": "https://${DOMAIN}/bsc" + "url": "http://haproxy/bsc" }, { "id": "0005", - "url": "https://${DOMAIN}/fuse" + "url": "http://haproxy/fuse" + }, + { + "id": "0009", + "url": "http://haproxy/polygon" }, { "id": "0021", - "url": "https://${DOMAIN}/erigon" + "url": "http://haproxy/mainnet" }, { "id": "0022", - "url": "https://${DOMAIN}/erigon" + "url": "http://haproxy/erigon" }, { "id": "0023", - "url": "https://${DOMAIN}/ropsten" + "url": "http://haproxy/ropsten" }, { "id": "0025", - "url": "https://${DOMAIN}/rinkeby" + "url": "http://haproxy/rinkeby" }, { "id": "0026", - "url": "https://${DOMAIN}/goerli" + "url": "http://haproxy/goerli" }, { "id": "0027", - "url": "https://${DOMAIN}/xdai" + "url": "http://haproxy/xdai" }, { "id": "0028", - "url": "https://${DOMAIN}/erigon" + "url": "http://haproxy/erigon" }, { "id": "0040", - "url": "https://${DOMAIN}/harmony" + "url": "http://haproxy/harmony" } ] \ No newline at end of file