-
Notifications
You must be signed in to change notification settings - Fork 0
/
chain.json
41 lines (41 loc) · 1.39 KB
/
chain.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
32
33
34
35
36
37
38
39
40
41
{
"status": "active",
"network_type": "testnet",
"chain_name": "Juno",
"chain_id": "lucina",
"bech32_prefix": "juno",
"daemon_name": "junod",
"node_home": "$HOME/.juno",
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/CosmosContracts/testnets/main/lucina/genesis.json",
"genesis_zipped": false
},
"codebase": {
"git_repo": "https://github.com/CosmosContracts/Juno",
"git_version": "v0",
"binaries": {
"linux/amd64": ""
}
},
"peers": {
"seeds": [
"",
""
],
"persistent_peers": [
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656"
]
},
"apis": {
"rpc_addrs": [],
"rest_addrs": []
}
}