forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chain.json
118 lines (118 loc) · 2.92 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
{
"$schema": "../chain.schema.json",
"chain_name": "imversed",
"status": "live",
"network_type": "mainnet",
"website": "https://imversed.network/",
"pretty_name": "Imversed",
"chain_type": "cosmos",
"chain_id": "imversed_5555555-1",
"bech32_prefix": "imv",
"daemon_name": "imversed",
"node_home": "$HOME/.imversed",
"key_algos": [
"ethsecp256k1"
],
"extra_codecs": [
"ethermint"
],
"slip44": 60,
"fees": {
"fee_tokens": [
{
"denom": "aimv",
"fixed_min_gas_price": 250000000,
"low_gas_price": 20000000000,
"average_gas_price": 25000000000,
"high_gas_price": 40000000000
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "aimv"
}
]
},
"codebase": {
"git_repo": "https://github.com/imversed/imversed",
"recommended_version": "v3.11",
"compatible_versions": [
"v3.11"
],
"binaries": {
"linux/amd64": "https://github.com/imversed/imversed/releases/download/v3.11/imversed_3.11_Linux_amd64.tar.gz"
},
"genesis": {
"genesis_url": "https://static.imversed.com/mainnet/genesis.json"
},
"versions": [
{
"name": "v3.11",
"recommended_version": "v3.11",
"compatible_versions": [
"v3.11"
],
"binaries": {
"linux/amd64": "https://github.com/imversed/imversed/releases/download/v3.11/imversed_3.11_Linux_amd64.tar.gz"
}
}
]
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg"
},
"peers": {
"seeds": [
{
"id": "6413d43ff0dce9400515f24e8e93a0cf28f0efff",
"address": "35.209.184.54:26656"
},
{
"id": "8542cd7e6bf9d260fef543bc49e59be5a3fa9074",
"address": "seed.publicnode.com:26656",
"provider": "Allnodes ⚡️ Nodes & Staking"
}
],
"persistent_peers": [
{
"id": "0968486e82c910b1d7adaacb43bf7e633b19665a",
"address": "35.209.184.219:26656"
}
]
},
"apis": {
"rpc": [],
"rest": [],
"grpc": [
{
"address": "grpc.imversed.network:443",
"provider": "imversed"
}
],
"evm-http-jsonrpc": [
{
"address": "https://jsonrpc.imversed.network:443",
"provider": "imversed"
}
]
},
"explorers": [
{
"kind": "blockscout",
"url": "https://txe.imversed.network/",
"tx_page": "https://txe.imversed.network/tx/${txHash}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/imversed/images/imversed.svg",
"theme": {
"primary_color_hex": "#4c54e4"
}
}
]
}