forked from osmosis-labs/osmosis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chain.schema.json
111 lines (111 loc) · 3.1 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
{
"$schema": "http://json-schema.org/draft-07/schema#",
"codebase":{
"git_repo": "https://github.com/osmosis-labs/osmosis",
"recommended_version": "v15.1.0",
"compatible_versions": [
"v15.1.0",
"v15.0.0"
],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.1.0/osmosisd-15.1.0-linux-amd64?checksum=sha256:f16f901dfd47426caced8436c507e2950a4e2452b6cc6efc7845ab3b43a5c5d5",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.1.0/osmosisd-15.1.0-linux-arm64?checksum=sha256:08b20f0753b6b0bafa3a6ca7e4bb6807baf72754dfb69d6db7b1fb2b4b55ffc0"
},
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "tendermint",
"version": "0.34"
},
"cosmwasm_version": "0.30",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.0",
"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,
"next_version_name": "v4"
},
{
"name": "v4",
"tag" : "v4.2.0",
"height": 1314500,
"next_version_name": "v5"
},
{
"name": "v5",
"tag" : "v6.4.1",
"height": 2383300,
"next_version_name": "v7"
},
{
"name": "v7",
"tag" : "v8.0.0",
"height": 3401000,
"next_version_name": "v9"
},
{
"name": "v9",
"tag" : "v10.0.1",
"height": 4707300,
"next_version_name": "v11"
},
{
"name": "v11",
"tag" : "v11.0.0",
"height": 5432450,
"next_version_name": "v12"
},
{
"name": "v12",
"tag" : "v12.3.0",
"height": 6246000,
"next_version_name": "v13"
},
{
"name": "v13",
"tag" : "v13.1.0",
"height": 7241500,
"next_version_name": "v14"
},
{
"name": "v14",
"tag" : "v14.0.0",
"height": 7937500,
"next_version_name": "v15"
},
{
"name": "v15",
"tag" : "v15.1.0",
"height": 8732500,
"recommended_version": "v15.1.0",
"compatible_versions": [
"v15.1.0",
"v15.0.0"
],
"cosmos_sdk_version": "0.45",
"consensus": {
"type": "tendermint",
"version": "0.34"
},
"cosmwasm_version": "0.30",
"cosmwasm_enabled": true,
"ibc_go_version": "4.3.0",
"ics_enabled": [
"ics20-1"
],
"binaries": {
"linux/amd64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.1.0/osmosisd-15.1.0-linux-amd64?checksum=sha256:f16f901dfd47426caced8436c507e2950a4e2452b6cc6efc7845ab3b43a5c5d5",
"linux/arm64": "https://github.com/osmosis-labs/osmosis/releases/download/v15.1.0/osmosisd-15.1.0-linux-arm64?checksum=sha256:08b20f0753b6b0bafa3a6ca7e4bb6807baf72754dfb69d6db7b1fb2b4b55ffc0"
}
}
]
}
}