forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchain.json
141 lines (141 loc) · 3.41 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"$schema": "../chain.schema.json",
"chain_name": "mun",
"website": "https://mun.money",
"status": "live",
"network_type": "mainnet",
"pretty_name": "Mun",
"chain_id": "mun-1",
"bech32_prefix": "mun",
"daemon_name": "mund",
"node_home": "$HOME/.mun",
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "umun",
"fixed_min_gas_price": 0.025
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "umun"
}
]
},
"codebase": {
"git_repo": "https://github.com/munblockchain/mun-node",
"recommended_version": "v1.0.0",
"compatible_versions": [
"v1.0.0"
],
"genesis": {
"genesis_url": "https://mainnet1rpc.mun.money/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/mun/images/mun.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"
},
"peers": {
"seeds": [
{
"id": "036c564e3de76ffad3e013bea52c16eb1de5a400",
"address": "31.14.40.112:26656",
"provider": "Mun"
},
{
"id": "8542cd7e6bf9d260fef543bc49e59be5a3fa9074",
"address": "seed.publicnode.com:26656",
"provider": "Allnodes ⚡️ Nodes & Staking"
}
],
"persistent_peers": [
{
"id": "d28d8c1d31fa97fe668c90700797709f3a0f1b6c",
"address": "rpc.mun.indonode.net:55656",
"provider": "Indonode"
},
{
"id": "7d630b6e517598b4dc84a07c15fe328709a2705b",
"address": "mainnet-mun.konsortech.xyz:28656",
"provider": "KonsorTech"
}
]
},
"apis": {
"rpc": [
{
"address": "https://mainnet1rpc.mun.money",
"provider": "Mun"
},
{
"address": "https://mainnet-mun-rpc.konsortech.xyz",
"provider": "KonsorTech"
},
{
"address": "https://rpc.mun.tcnetwork.io",
"provider": "TC Network"
}
],
"rest": [
{
"address": "https://mainnet1.mun.money",
"provider": "Mun"
},
{
"address": "https://mainnet-mun-api.konsortech.xyz",
"provider": "KonsorTech"
},
{
"address": "https://rest.mun.tcnetwork.io",
"provider": "TC Network"
}
],
"grpc": []
},
"explorers": [
{
"url": "https://explorer.mun.money/mun",
"tx_page": "https://explorer.mun.money/mun/${txHash}"
},
{
"url": "https://explorer.indonode.net/mun/staking",
"tx_page": "https://explorer.indonode.net/mun/${txHash}"
},
{
"url": "https://explorer.konsortech.xyz/mun/staking",
"tx_page": "https://explorer.konsortech.xyz/mun/${txHash}"
},
{
"kind": "ping.pub",
"url": "https://ping.pub/mun",
"tx_page": "https://ping.pub/mun/${txHash}"
},
{
"kind": "TC Network",
"url": "https://explorer.tcnetwork.io/mun",
"tx_page": "https://explorer.tcnetwork.io/mun/transaction/${txHash}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/mun/images/mun.svg"
}
]
}