-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathchain.json
More file actions
78 lines (78 loc) · 1.61 KB
/
chain.json
File metadata and controls
78 lines (78 loc) · 1.61 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
{
"$schema": "../../chain.schema.json",
"chain_name": "impacthubdevnet",
"status": "live",
"network_type": "devnet",
"website": "https://www.ixo.world/",
"pretty_name": "ixo",
"chain_id": "devnet-1",
"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": "v0.20.0",
"compatible_versions": [
"v0.20.0"
],
"versions": [
{
"name": "v0.20.0",
"recommended_version": "v0.20.0",
"compatible_versions": [
"v0.20.0"
]
}
]
},
"peers": {
"seeds": [],
"persistent_peers": []
},
"apis": {
"rpc": [
{
"address": "https://devnet.ixo.earth/rpc/",
"provider": "ixoworld"
}
],
"rest": [
{
"address": "https://devnet.ixo.earth/rest/",
"provider": "ixoworld"
}
],
"grpc": []
},
"explorers": [
{
"kind": "ixoworld",
"url": "https://blockscan.devnet.ixo.earth/ixo",
"tx_page": "https://blockscan.devnet.ixo.earth/ixo/transactions/${txHash}",
"account_page": "https://blockscan.devnet.ixo.earth/ixo/accounts/${accountAddress}"
}
]
}