-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathchain.json
More file actions
109 lines (109 loc) · 2.62 KB
/
chain.json
File metadata and controls
109 lines (109 loc) · 2.62 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"$schema": "../../chain.schema.json",
"chain_name": "impacthubtestnet",
"status": "live",
"network_type": "testnet",
"website": "https://www.ixo.world/",
"pretty_name": "ixo",
"chain_id": "pandora-8",
"bech32_prefix": "ixo",
"daemon_name": "ixod",
"node_home": "$HOME/.ixod",
"key_algos": [
"secp256k1",
"ed25519"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uixo",
"fixed_min_gas_price": 0.015,
"low_gas_price": 0.015,
"average_gas_price": 0.025,
"high_gas_price": 0.04
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uixo"
}
]
},
"codebase": {
"git_repo": "https://github.com/ixofoundation/ixo-blockchain",
"recommended_version": "v2.0.0",
"compatible_versions": [
"v2.0.0"
],
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/ixofoundation/genesis/main/pandora-8/genesis.json"
},
"versions": [
{
"name": "v0.20.0",
"recommended_version": "v0.20.1",
"compatible_versions": [
"v0.20.0",
"v0.20.1"
],
"next_version_name": "v2"
},
{
"name": "v2",
"proposal": 61,
"height": 2193200,
"recommended_version": "v2.0.0",
"compatible_versions": [
"v2.0.0"
],
"next_version_name": ""
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"
},
"peers": {
"seeds": [],
"persistent_peers": [
{
"id": "650b6c33030c93c1c5aed92df52c08860c20f5b4",
"address": "136.244.117.176:26656",
"provider": "ixoworld"
}
]
},
"apis": {
"rpc": [
{
"address": "https://rpc.testnet.ixo.earth/",
"provider": "ixoworld"
}
],
"rest": [
{
"address": "https://testnet.ixo.earth/rest/",
"provider": "ixoworld"
}
],
"grpc": []
},
"explorers": [
{
"kind": "ixoworld",
"url": "https://blockscan.testnet.ixo.earth/ixo",
"tx_page": "https://blockscan.testnet.ixo.earth/ixo/transactions/${txHash}",
"account_page": "https://blockscan.testnet.ixo.earth/ixo/accounts/${accountAddress}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg"
}
]
}