forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchain.json
83 lines (83 loc) · 1.93 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
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
{
"$schema": "../chain.schema.json",
"chain_name": "chimba",
"status": "live",
"network_type": "mainnet",
"website": "https://chimba.ooo/",
"pretty_name": "Chimba",
"chain_id": "chimba",
"bech32_prefix": "chimba",
"daemon_name": "chimbad",
"node_home": "$HOME/.chimbad",
"fees": {
"fee_tokens": [
{
"denom": "ucmba",
"fixed_min_gas_price": 0.25,
"low_gas_price": 1,
"average_gas_price": 5,
"high_gas_price": 10
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "chimba"
}
]
},
"codebase": {
"git_repo": "https://github.com/ChimbaBlockchain/chimba",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
],
"genesis": {
"genesis_url": "https://rpc.mainnet.chimba.ooo/genesis"
},
"versions": [
{
"name": "v1.0.0",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
]
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"
},
"peers": {
"persistent_peers": []
},
"apis": {
"rpc": [
{
"address": "https://rpc.mainnet.chimba.ooo",
"provider": "chimba"
}
],
"rest": [
{
"address": "https://mainnet.chimba.ooo",
"provider": "chimba"
}
]
},
"explorers": [
{
"kind": "bigdipper",
"url": "https://explorer.chimba.ooo/",
"tx_page": "https://explorer.chimba.ooo/transactions/${txHash}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chimba/images/chimba-blue.svg"
}
]
}