-
Notifications
You must be signed in to change notification settings - Fork 8
/
testnet.json
31 lines (31 loc) · 1.48 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-5": {
"latest_version": "4.1.0-croeseid",
"binary": [
{
"linux": {
"link": "https://github.com/crypto-org-chain/chain-main/releases/download/v4.1.0-croeseid/chain-main_4.1.0-croeseid_Linux_x86_64.tar.gz",
"checksum": "741519db1f9cc90d675d822e0865f20d1bab30d13c98c188ae3fcf51aa2c2a14"
},
"osx": {
"link": "https://github.com/crypto-org-chain/chain-main/releases/download/v4.1.0-croeseid/chain-main_4.1.0-croeseid_Darwin_x86_64.tar.gz",
"checksum": "cd0729fd66eabbfaafd302dc6d48c5a009046385b5d99f4168bbffe36dd2a1b3"
},
"windows": {
"link": "https://github.com/crypto-org-chain/chain-main/releases/download/v4.1.0-croeseid/chain-main_4.1.0-croeseid_Windows_x86_64.zip",
"checksum": "5a272ed8758d311427cc53904a647083426884fe3170fa17346a70a0e49fae3a"
},
"version": "4.1.0-croeseid"
}
],
"seeds": "[email protected]:26656,[email protected]:26656",
"persistent_peers": "[email protected]:26656,[email protected]:26656",
"endpoint": {
"rpc": "https://rpc-c5.crypto.org:443",
"lcd": "https://rest-c5.crypto.org",
"grpc": "https://grpc-c5.crypto.org"
},
"genesis_sha256sum": "07ee3ef2b12447605dbe20dab5fc65dc7a47a0f5f8aff251ccddd10367d62caf",
"denom": "basetcro"
}
}