Skip to content

Commit

Permalink
remove old chains_mainnet.json
Browse files Browse the repository at this point in the history
remove old pokt bootstrap skript
added correct chains.json
  • Loading branch information
cventastic committed Apr 25, 2022
1 parent e825e4f commit 38c14d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
9 changes: 0 additions & 9 deletions bootstrap_skript/pokt_mainnet.sh

This file was deleted.

Empty file removed chains/chains_mainnet.json
Empty file.
26 changes: 15 additions & 11 deletions pokt/chains.json
Original file line number Diff line number Diff line change
@@ -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"
}
]

0 comments on commit 38c14d7

Please sign in to comment.