forked from osmosis-labs/osmosis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chain.schema.json
306 lines (306 loc) · 14.5 KB
/
chain.schema.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
{
"$schema": "http://json-schema.org/draft-07/schema#",
"codebase": {
"git_repo": "https://github.com/osmosis-labs/osmosis",
"recommended_version": "v21.0.0",
"compatible_versions": [
"v21.0.0"
],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v21.0.0/osmosisd-21.0.0-linux-amd64?checksum=sha256:d5da96edab67152fa73ba5455b89bb8fc76907e9c6e4e9683af42df94087dbcc",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v21.0.0/osmosisd-21.0.0-linux-arm64?checksum=sha256:36061fcc4a9c044b5738232e3e4235f17951e76e91f18900b25596fd7761d576"
}
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
"type": "tendermint",
"version": "0.37.2"
},
"cosmwasm_version": "osmosis-labs/[email protected]",
"cosmwasm_enabled": true,
"ibc_go_version": "v7.3.1",
"ics_enabled": [
"ics20-1"
],
"genesis": {
"name": "v3",
"genesis_url": "https://github.com/osmosis-labs/networks/raw/main/osmosis-1/genesis.json"
},
"versions": [
{
"name": "v3",
"tag": "v3.1.0",
"height": 0,
"binaries": {
"darwin/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v3.1.0/osmosisd-3.1.0-darwin-amd64?checksum=sha256:a532f25ae754d2573f6a3c91ba59496ddb9f6766ccf6f69f408f6e1597144a74",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v3.1.0/osmosisd-3.1.0-linux-amd64?checksum=sha256:6a73d75e9c75ea402c13edc8c5c4ed08e26c5d8e517d540a9ca8b7e7afa67f79",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v3.1.0/osmosisd-3.1.0-linux-arm64?checksum=sha256:893f8a9786ae76d4217260201cd94ab67010f68d98b9676a9b31c0a5e68d1eae"
},
"next_version_name": "v4"
},
{
"name": "v4",
"tag": "v4.2.0",
"height": 1314500,
"binaries": {
"darwin/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v4.2.0/osmosisd-4.2.0-darwin-amd64?checksum=sha256:eee08350b223dd06a2aa16aab44aa51eb116f6267924ee1e788ca28fb54fe02d",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v4.2.0/osmosisd-4.2.0-linux-amd64?checksum=sha256:a11c61a737983d176f23ce83fa5ff985000ce8d5107d738ee6fa7d59b8dd3053",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v4.2.0/osmosisd-4.2.0-linux-arm64?checksum=sha256:41260be15e874fbc6cc49757d9fe3d4e459634729e2b745923e508e9cb26f837"
},
"next_version_name": "v5"
},
{
"name": "v5",
"tag": "v6.4.0",
"height": 2383300,
"binaries": {
"darwin/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v6.4.0/osmosisd-6.4.0-darwin-amd64?checksum=sha256:735c7828b0bc311381f4c18081fa648f849df03aeccf173425cc52a634e3c7d8",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v6.4.0/osmosisd-6.4.0-linux-amd64?checksum=sha256:e4017da5d1a0a3b37b4f6936ba7ef16f39972ae25f95feae43e506f14933cf94",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v6.4.0/osmosisd-6.4.0-linux-arm64?checksum=sha256:a101bb3feb0419293a3ecee17d732a312bf9e864a829905ed509c65b5944040b"
},
"next_version_name": "v7"
},
{
"name": "v7",
"tag": "v8.0.0",
"height": 3401000,
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v8.0.0/osmosisd-8.0.0-linux-amd64?checksum=sha256:4559ffe7d1e83b1519c2d45a709d35a89b51f8b35f8bba3b58aef92e667e254c"
},
"next_version_name": "v9"
},
{
"name": "v9",
"tag": "v10.1.1",
"height": 4707300,
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v10.1.1/osmosisd-10.1.1-linux-amd64?checksum=sha256:aeae58f8b0be86d5e6e3aec1a8774eab4947207c88c7d4f309c46da98f6694e8",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v10.1.1/osmosisd-10.1.1-linux-arm64?checksum=sha256:d2c672ffa9782687f91d8d03bd23fdf8bd2fbe8b79c9cfcf8e9d302a1238a12c"
},
"next_version_name": "v11"
},
{
"name": "v11",
"tag": "v11.0.1",
"height": 5432450,
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v11.0.1/osmosisd-11.0.1-linux-amd64?checksum=sha256:41b8fd2345a5e5b77ee5ed9b9ec5370d94bd1b1aa0d4ac2ac0ab02ee98ddd0d8",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v11.0.1/osmosisd-11.0.1-linux-arm64?checksum=sha256:267776170495ecaa831238ea8994f8790a379663c9ae47a2e93e5beceafd8e1d"
},
"next_version_name": "v12"
},
{
"name": "v12",
"tag": "v12.3.0",
"height": 6246000,
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v12.3.0/osmosisd-12.3.0-linux-amd64?checksum=sha256:958210c919d13c281896fa9773c323c5534f0fa46d74807154f737609a00db70",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v12.3.0/osmosisd-12.3.0-linux-arm64?checksum=sha256:a931618c8a839c30e5cecfd2a88055cda1d68cc68557fe3303fe14e2de3bef8f"
},
"next_version_name": "v13"
},
{
"name": "v13",
"tag": "v13.1.2",
"height": 7241500,
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v13.1.2/osmosisd-13.1.2-linux-amd64?checksum=sha256:67ed53046667c72ec6bfe962bcb4d6b122610876b3adf75fb7820ce52c34872d",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v13.1.2/osmosisd-13.1.2-linux-arm64?checksum=sha256:ad35c2a8d55852fa28187a55bdeb983494c07923f2a8a9f4479fb044d8d62bd9"
},
"next_version_name": "v14"
},
{
"name": "v14",
"tag": "v14.0.1",
"height": 7937500,
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v14.0.1/osmosisd-14.0.1-linux-amd64?checksum=sha256:2cc4172bcf000f0f06b30b16864d875a8de2ee12df994a593dfd52a506851bce",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v14.0.1/osmosisd-14.0.1-linux-arm64?checksum=sha256:9a44c17d239c8d9afd19d0ff0bd14ca883fb9e9fbf69aff18c2607ffa6bff378"
},
"next_version_name": "v15"
},
{
"name": "v15",
"tag": "v15.2.0",
"height": 8732500,
"recommended_version": "v15.2.0",
"compatible_versions": [
"v15.2.0",
"v15.1.2",
"v15.0.0"
],
"cosmos_sdk_version": "0.46.10",
"consensus": {
"type": "tendermint",
"version": "0.34.24"
},
"cosmwasm_version": "0.30",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.1",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-amd64?checksum=sha256:3aab2f2668cb5a713d5770e46a777ef01c433753378702d9ae941aa2d1ee5618",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.2.0/osmosisd-15.2.0-linux-arm64?checksum=sha256:e158d30707a0ea51482237f99676223e81ce5a353966a5c83791d2662a930f35"
},
"next_version_name": "v16"
},
{
"name": "v16",
"tag": "v16.1.1",
"height": 10517000,
"recommended_version": "v16.1.1",
"compatible_versions": [
"v16.1.0",
"v16.1.1"
],
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
"type": "tendermint",
"version": "informalsystems/[email protected]"
},
"cosmwasm_version": "osmosis-labs/[email protected]",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.1",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.1/osmosisd-16.1.1-linux-arm64?checksum=sha256:b96ff1f4c9b4abecb1b38998b1a1f891cfed2cc8078ab64914b151183c0c199b",
"darwin/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.1/osmosisd-16.1.1-darwin-arm64?checksum=sha256:c743da4d3632a2bc3ea0ce784bbd13383492a4a34d53295eb2c96987bacf8e8c",
"darwin/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.1/osmosisd-16.1.1-darwin-amd64?checksum=sha256:d856ebda9c31f052d10a78443967a93374f2033292f0afdb6434b82b4ed79790",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v16.1.1/osmosisd-16.1.1-linux-amd64?checksum=sha256:f838618633c1d42f593dc33d26b25842f5900961e987fc08570bb81a062e311d"
},
"next_version_name": "v17"
},
{
"name": "v17",
"tag": "v17.0.0",
"height": 11126100,
"recommended_version": "v17.0.0",
"compatible_versions": [
"v17.0.0"
],
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
"type": "tendermint",
"version": "informalsystems/[email protected]"
},
"cosmwasm_version": "osmosis-labs/[email protected]",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.1",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v17.0.0/osmosisd-17.0.0-linux-arm64?checksum=sha256:d5eeab6a15e2acd7e24e7caf4fe3336c35367ff376da6299d404defd09ce52f9",
"darwin/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v17.0.0/osmosisd-17.0.0-darwin-arm64?checksum=sha256:5ca1b120a62ba473e7772682d89db949ae67aa10dc9bf4629b0022a95e7ff1df",
"darwin/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v17.0.0/osmosisd-17.0.0-darwin-amd64?checksum=sha256:b5e4deb0d659eeeaee791dab765433bdb8d6a7e37d909628e0f9becb7d1f154b",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v17.0.0/osmosisd-17.0.0-linux-amd64?checksum=sha256:d7fe62ae33cf2f0b48a17eb8b02644dadd9924f15861ed622cd90cb1a038135b"
},
"next_version_name": "v18"
},
{
"name": "v18",
"tag": "v18.0.0",
"height": 11155350,
"recommended_version": "v18.0.0",
"compatible_versions": [
"v18.0.0"
],
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
"type": "tendermint",
"version": "informalsystems/[email protected]"
},
"cosmwasm_version": "osmosis-labs/[email protected]",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.1",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-arm64?checksum=sha256:4331f9a318f6dd2f012c36f6ef19af8378fd1e9bc85c751e3f56f7018176ed58",
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v18.0.0/osmosisd-18.0.0-linux-amd64?checksum=sha256:9a98a57946e936e7380ae897a205b4e18a188332e91ca84a1f62c21cbb437845"
},
"next_version_name": "v19"
},
{
"name": "v19",
"tag": "v19.2.0",
"height": 11317300,
"recommended_version": "v19.2.0",
"compatible_versions": [
"v19.2.0",
"v19.1.0",
"v19.0.0"
],
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
"type": "tendermint",
"version": "informalsystems/[email protected]"
},
"cosmwasm_version": "osmosis-labs/[email protected]",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.1",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.2.0/osmosisd-19.2.0-linux-amd64?checksum=sha256:723ff1c5349eb3c039c3dc5f55895bbde2e1499fe7c0a96960cc6fadeec814c4",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v19.2.0/osmosisd-19.2.0-linux-arm64?checksum=sha256:d933b893d537422164a25bf161d7f269a59ea26d37f398cdb7dd575a9ec33ed2"
},
"next_version_name": "v20"
},
{
"name": "v20",
"tag": "v20.5.0",
"height": 12028900,
"recommended_version": "v20.5.0",
"compatible_versions": [
"v20.5.0"
],
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
"type": "tendermint",
"version": "0.38.0"
},
"cosmwasm_version": "osmosis-labs/[email protected]",
"cosmwasm_enabled": true,
"ibc_go_version": "4.5.1",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v20.5.0/osmosisd-20.5.0-linux-amd64?checksum=sha256:f9ff6176e32499f22b20288c71dbc802556eb5399baef23de164fe6158a55a69",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v20.5.0/osmosisd-20.5.0-linux-arm64?checksum=sha256:99359257ff81d21b55b685924a74473d532cbc5af196a672a784bf13dad06d26"
},
"next_version_name": "v21"
},
{
"name": "v21",
"tag": "v21.0.0",
"height": 12834100,
"recommended_version": "v21.0.0",
"compatible_versions": [
"v21.0.0"
],
"cosmos_sdk_version": "osmosis-labs/[email protected]",
"consensus": {
"type": "tendermint",
"version": "0.37.2"
},
"cosmwasm_version": "osmosis-labs/[email protected]",
"cosmwasm_enabled": true,
"ibc_go_version": "v7.3.1",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v21.0.0/osmosisd-21.0.0-linux-amd64?checksum=sha256:d5da96edab67152fa73ba5455b89bb8fc76907e9c6e4e9683af42df94087dbcc",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v21.0.0/osmosisd-21.0.0-linux-arm64?checksum=sha256:36061fcc4a9c044b5738232e3e4235f17951e76e91f18900b25596fd7761d576"
}
}
]
}
}