-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathchain.json
More file actions
124 lines (124 loc) · 2.93 KB
/
chain.json
File metadata and controls
124 lines (124 loc) · 2.93 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"$schema": "../../chain.schema.json",
"chain_name": "kiitestnet",
"status": "live",
"network_type": "testnet",
"pretty_name": "Kii Testnet Oro",
"chain_type": "cosmos",
"chain_id": "oro_1336-1",
"bech32_prefix": "kii",
"daemon_name": "kiichaind",
"node_home": "$HOME/.kiichain",
"key_algos": [
"ethsecp256k1"
],
"slip44": 60,
"fees": {
"fee_tokens": [
{
"denom": "akii",
"low_gas_price": 60000000000,
"average_gas_price": 80000000000,
"high_gas_price": 120000000000
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "akii"
}
]
},
"codebase": {
"git_repo": "https://github.com/KiiChain/kiichain",
"recommended_version": "v5.0.0",
"compatible_versions": [
"v5.0.0"
],
"consensus": {
"type": "cometbft",
"version": "0.38"
},
"sdk": {
"type": "cosmos",
"version": "0.53"
},
"cosmwasm": {
"enabled": true
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/KiiChain/testnets/blob/main/testnet_oro/genesis.json"
}
},
"peers": {
"seeds": [
{
"id": "5b6aa55124c0fd28e47d7da091a69973964a9fe1",
"address": "uno.sentry.testnet.v3.kiivalidator.com:26656",
"provider": "Kiichain"
},
{
"id": "5e6b283c8879e8d1b0866bda20949f9886aff967",
"address": "dos.sentry.testnet.v3.kiivalidator.com:26656",
"provider": "Kiichain"
}
],
"persistent_peers": []
},
"apis": {
"rpc": [
{
"address": "https://rpc.dos.sentry.testnet.v3.kiivalidator.com/",
"provider": "Kiichain"
},
{
"address": "https://rpc.dos.sentry.testnet.v3.kiivalidator.com/",
"provider": "Kiichain"
}
],
"rest": [
{
"address": "https://lcd.dos.sentry.testnet.v3.kiivalidator.com/",
"provider": "Kiichain"
},
{
"address": "https://lcd.dos.sentry.testnet.v3.kiivalidator.com/",
"provider": "Kiichain"
}
],
"grpc": [
{
"address": "grpc.uno.sentry.testnet.v3.kiivalidator.com:443",
"provider": "Kiichain"
},
{
"address": "grpc.dos.sentry.testnet.v3.kiivalidator.com:443",
"provider": "Kiichain"
}
],
"evm-http-jsonrpc": [
{
"address": "https://json-rpc.uno.sentry.testnet.v3.kiivalidator.com/",
"provider": "Kiichain"
},
{
"address": "https://json-rpc.dos.sentry.testnet.v3.kiivalidator.com/",
"provider": "Kiichain"
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kiitestnet/images/kii_oro.png"
},
"explorers": [
{
"kind": "custom",
"url": "https://explorer.kiichain.io/",
"account_page": "https://explorer.kiichain.io//account/${accountAddress}"
}
],
"keywords": [
"testnet"
]
}