Skip to content

Commit

Permalink
update current version of pion-1 and deps (#5377)
Browse files Browse the repository at this point in the history
* update current version of pion-1 and deps

* add v4.2.2-testnet to the list of versions and fix current cosmwasm version
  • Loading branch information
sotnikov-s authored Sep 25, 2024
1 parent 16d94bc commit 46b3963
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions testnets/neutrontestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
},
"codebase": {
"git_repo": "https://github.com/neutron-org/neutron",
"recommended_version": "v4.0.0-rc3",
"recommended_version": "v4.2.2-testnet",
"compatible_versions": [
"v4.0.0-rc3"
"v4.2.2-testnet"
],
"cosmos_sdk_version": "0.50",
"consensus": {
"type": "cometbft",
"version": "0.38.7"
"version": "0.38.11"
},
"cosmwasm_version": "0.52",
"cosmwasm_version": "0.51",
"cosmwasm_enabled": true,
"ibc_go_version": "8.2.1",
"genesis": {
Expand Down Expand Up @@ -208,6 +208,34 @@
"type": "go",
"version": "8.2.1"
}
},
{
"name": "v4.2.2-testnet",
"next_version_name": "",
"recommended_version": "v4.2.2-testnet",
"compatible_versions": [
"v4.2.2-testnet"
],
"cosmos_sdk_version": "0.50",
"consensus": {
"type": "cometbft",
"version": "0.38.11"
},
"cosmwasm_version": "0.51",
"cosmwasm_enabled": true,
"ibc_go_version": "8.2.1",
"sdk": {
"type": "cosmos",
"version": "0.50"
},
"cosmwasm": {
"version": "0.51",
"enabled": true
},
"ibc": {
"type": "go",
"version": "8.2.1"
}
}
],
"sdk": {
Expand All @@ -219,7 +247,7 @@
"version": "8.2.1"
},
"cosmwasm": {
"version": "0.52",
"version": "0.51",
"enabled": true
}
},
Expand Down

0 comments on commit 46b3963

Please sign in to comment.