forked from charx0r/POKT_DOKT
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove old pokt bootstrap skript added correct chains.json
- Loading branch information
cventastic
committed
Apr 25, 2022
1 parent
e825e4f
commit 38c14d7
Showing
3 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] |