-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathversions.json
More file actions
70 lines (70 loc) · 1.44 KB
/
versions.json
File metadata and controls
70 lines (70 loc) · 1.44 KB
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
{
"products": {
"evm": {
"versions": [
"latest",
"next",
"v0.5.0",
"v0.4.x"
],
"defaultVersion": "latest",
"nextDev": "v0.6.0",
"repository": "cosmos/evm",
"changelogPath": "CHANGELOG.md",
"latestDisplayVersion": "Latest"
},
"sdk": {
"versions": [
"latest",
"next",
"v0.53",
"v0.50",
"v0.47"
],
"defaultVersion": "latest",
"repository": "cosmos/cosmos-sdk",
"changelogPath": "CHANGELOG.md",
"latestDisplayVersion": "v0.54"
},
"ibc": {
"versions": [
"latest",
"next",
"v10.1.x",
"v8.5.x",
"v7.8.x",
"v6.3.x",
"v5.4.x",
"v4.6.x",
"v0.2.0"
],
"defaultVersion": "latest",
"repository": "cosmos/ibc-go",
"changelogPath": "CHANGELOG.md",
"latestDisplayVersion": "v11.0.x"
},
"cometbft": {
"versions": [
"latest",
"next",
"v0.38",
"v0.37"
],
"defaultVersion": "latest",
"repository": "cometbft/cometbft",
"changelogPath": "CHANGELOG.md",
"latestDisplayVersion": "v0.39"
},
"hub": {
"versions": [
"latest",
"next",
"v25"
],
"defaultVersion": "latest",
"repository": "cosmos/gaia",
"changelogPath": "CHANGELOG.md",
"latestDisplayVersion": "Latest"
}
}
}