Skip to content

Commit

Permalink
Upgrade Sei to v5.6.2 (cosmos#5033)
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh authored Jul 23, 2024
1 parent 7802730 commit 51acbf6
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions sei/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
},
"codebase": {
"git_repo": "https://github.com/sei-protocol/sei-chain",
"recommended_version": "v5.5.5",
"recommended_version": "v5.6.2",
"compatible_versions": [
"v5.5.5"
"v5.6.2"
],
"ibc_go_version": "sei-ibc-go/v3 v3.3.1",
"cosmos_sdk_version": "sei-cosmos v0.3.19",
"cosmos_sdk_version": "sei-cosmos v0.3.24",
"consensus": {
"type": "sei-tendermint",
"version": "v0.3.3"
"version": "v0.3.4"
},
"cosmwasm_version": "sei-wasmd v0.1.5",
"cosmwasm_version": "sei-wasmd v0.1.9",
"cosmwasm_enabled": true,
"cosmwasm_path": "$HOME/.sei/wasm",
"genesis": {
Expand Down Expand Up @@ -259,6 +259,25 @@
"cosmwasm_version": "sei-wasmd v0.1.5",
"cosmwasm_enabled": true,
"cosmwasm_path": "$HOME/.sei/wasm",
"next_version_name": "v5.6.2"
},
{
"name": "v5.6.2",
"proposal": 80,
"height": 89475838,
"recommended_version": "v5.6.2",
"compatible_versions": [
"v5.6.2"
],
"ibc_go_version": "sei-ibc-go/v3 v3.3.1",
"cosmos_sdk_version": "sei-cosmos v0.3.24",
"consensus": {
"type": "sei-tendermint",
"version": "v0.3.4"
},
"cosmwasm_version": "sei-wasmd v0.1.9",
"cosmwasm_enabled": true,
"cosmwasm_path": "$HOME/.sei/wasm",
"next_version_name": ""
}
]
Expand Down Expand Up @@ -457,4 +476,4 @@
}
}
]
}
}

0 comments on commit 51acbf6

Please sign in to comment.