Skip to content

Commit

Permalink
Upgrade nolus to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamloss committed Sep 4, 2024
1 parent d4d8e59 commit 86688a5
Showing 1 changed file with 45 additions and 4 deletions.
49 changes: 45 additions & 4 deletions nolus/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
},
"codebase": {
"git_repo": "https://github.com/nolus-protocol/nolus-core",
"recommended_version": "v0.6.2",
"recommended_version": "v0.6.3",
"compatible_versions": [
"v0.6.2"
"v0.6.3"
],
"cosmos_sdk_version": "nolus-protocol/cosmos-sdk v0.50.7-nolus-rc1",
"consensus": {
"type": "cometbft",
"version": "v0.38.10"
"version": "v0.38.11"
},
"cosmwasm_version": "neutron-org/wasmd v0.51.0",
"cosmwasm_enabled": true,
Expand Down Expand Up @@ -383,6 +383,47 @@
"ics20-1",
"ics27-1"
],
"next_version_name": "v0.6.3",
"sdk": {
"type": "cosmos",
"repo": "https://github.com/nolus-protocol/cosmos-sdk",
"version": "v0.50.7",
"tag": "v0.50.7-nolus-rc1"
},
"cosmwasm": {
"version": "v0.51.0",
"repo": "https://github.com/neutron-org/wasmd",
"enabled": true
},
"ibc": {
"type": "go",
"version": "8.2.1",
"ics_enabled": [
"ics20-1",
"ics27-1"
]
}
},
{
"name": "v0.6.3",
"proposal": 158,
"height": 7006500,
"recommended_version": "v0.6.3",
"compatible_versions": [
"v0.6.3"
],
"cosmos_sdk_version": "nolus-protocol/cosmos-sdk v0.50.7-nolus-rc1",
"consensus": {
"type": "cometbft",
"version": "v0.38.11"
},
"cosmwasm_version": "neutron-org/wasmd v0.51.0",
"cosmwasm_enabled": true,
"ibc_go_version": "8.2.1",
"ics_enabled": [
"ics20-1",
"ics27-1"
],
"next_version_name": "",
"sdk": {
"type": "cosmos",
Expand Down Expand Up @@ -641,4 +682,4 @@
}
}
]
}
}

0 comments on commit 86688a5

Please sign in to comment.