forked from crypto-org-chain/testnets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testnet.json
31 lines (31 loc) · 1.52 KB
/
testnet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"testnet-croeseid-3": {
"latest_version": "2.0.0-croeseid",
"binary": [
{
"linux": {
"link": "https://github.com/crypto-org-chain/chain-main/releases/download/v2.0.0-croeseid/chain-main_2.0.0-croeseid_Linux_x86_64.tar.gz",
"checksum": "96eed560cc17473788e640bd3cad92adb04313ba6f7a03957ab27fa0aa4c844e"
},
"osx": {
"link": "https://github.com/crypto-org-chain/chain-main/releases/download/v2.0.0-croeseid/chain-main_2.0.0-croeseid_Darwin_x86_64.tar.gz",
"checksum": "888171ee57f9d3c2d821df4d8553856c076fbbe006459dce9511811769fd8987"
},
"windows": {
"link": "https://github.com/crypto-org-chain/chain-main/releases/download/v2.0.0-croeseid/chain-main_2.0.0-croeseid_Windows_x86_64.zip",
"checksum": "0cf2bedf7daa91cc1b167ba908d955e39769484d0423c5a5b2e29764a06e775c"
},
"version": "2.0.0-croeseid"
}
],
"seeds": "[email protected]:26656,[email protected]:26656",
"persistent_peers": "[email protected]:26656,[email protected]:26656",
"endpoint": {
"rpc": "https://testnet-croeseid-3.crypto.org:26657",
"lcd": "https://testnet-croeseid-3.crypto.org:1317",
"grpc": "https://testnet-croeseid-3.crypto.org:9090"
},
"genesis_sha256sum": "1808aef70872b306ba1af51f49b5a3ffde24e3db8c96c51f555930879f25125f",
"denom": "basetcro"
}
}