Skip to content

Commit 3e21aa7

Browse files
committed
update neutron version to v5.0.2
1 parent 7ed1241 commit 3e21aa7

File tree

1 file changed

+41
-9
lines changed

1 file changed

+41
-9
lines changed

neutron/chain.json

+41-9
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@
6363
},
6464
"codebase": {
6565
"git_repo": "https://github.com/neutron-org/neutron",
66-
"recommended_version": "v4.2.0",
66+
"recommended_version": "v5.0.2",
6767
"compatible_versions": [
68-
"v4.2.0"
68+
"v5.0.2"
6969
],
7070
"binaries": {
71-
"linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v4.2.0/neutrond-linux-amd64"
71+
"linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v5.0.2/neutrond-linux-amd64"
7272
},
7373
"consensus": {
7474
"type": "cometbft",
75-
"version": "v0.38.7"
75+
"version": "v0.38.15"
7676
},
7777
"genesis": {
7878
"genesis_url": "https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/neutron-1-genesis.json"
@@ -211,7 +211,7 @@
211211
"type": "cometbft",
212212
"version": "v0.38.7"
213213
},
214-
"next_version_name": "",
214+
"next_version_name": "v5.0.2",
215215
"sdk": {
216216
"type": "cosmos",
217217
"repo": "https://github.com/neutron-org/cosmos-sdk",
@@ -227,20 +227,52 @@
227227
"type": "go",
228228
"version": "v8.2.1"
229229
}
230+
},
231+
{
232+
"name": "v5.0.2",
233+
"proposal": 3,
234+
"height": 17177900,
235+
"recommended_version": "v5.0.2",
236+
"compatible_versions": [
237+
"v5.0.2"
238+
],
239+
"binaries": {
240+
"linux/amd64": "https://github.com/neutron-org/neutron/releases/download/v5.0.2/neutrond-linux-amd64"
241+
},
242+
"consensus": {
243+
"type": "cometbft",
244+
"version": "v0.38.15"
245+
},
246+
"next_version_name": "",
247+
"sdk": {
248+
"type": "cosmos",
249+
"repo": "https://github.com/neutron-org/cosmos-sdk",
250+
"version": "v0.50.10",
251+
"tag": "v0.50.10-neutron"
252+
},
253+
"cosmwasm": {
254+
"version": "v0.53.0",
255+
"repo": "https://github.com/neutron-org/wasmd",
256+
"enabled": true
257+
},
258+
"ibc": {
259+
"type": "go",
260+
"version": "v8.5.2"
261+
}
230262
}
231263
],
232264
"sdk": {
233265
"type": "cosmos",
234266
"repo": "https://github.com/neutron-org/cosmos-sdk",
235-
"version": "v0.50.7",
236-
"tag": "v0.50.7-neutron"
267+
"version": "v0.50.10",
268+
"tag": "v0.50.10-neutron"
237269
},
238270
"ibc": {
239271
"type": "go",
240-
"version": "v8.2.1"
272+
"version": "v8.5.2"
241273
},
242274
"cosmwasm": {
243-
"version": "v0.51.0",
275+
"version": "v0.53.0",
244276
"repo": "https://github.com/neutron-org/wasmd",
245277
"enabled": true
246278
}

0 commit comments

Comments
 (0)