Skip to content

Commit

Permalink
Upgrade Zetachain to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh authored Jun 6, 2024
1 parent 500b70c commit f0ab25d
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions zetachain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"git_repo": "https://github.com/zeta-chain/node",
"recommended_version": "v14.0.0",
"compatible_versions": [
"v14.0.0"
"v17.0.0"
],
"cosmos_sdk_version": "v0.46.13",
"cosmos_sdk_version": "v0.47.10",
"consensus": {
"type": "cometbft",
"version": "v0.34.28"
"version": "v0.37.4"
},
"ibc_go_version": "v6.1.0",
"ibc_go_version": "v7.4.0",
"genesis": {
"genesis_url": "https://zetachain.blockpi.network/rpc/v1/public/genesis"
},
Expand Down Expand Up @@ -118,6 +118,22 @@
"version": "v0.34.28"
},
"ibc_go_version": "v6.1.0",
"next_version_name": "v17"
},
{
"name": "v17",
"proposal": 23,
"height": 3388200,
"recommended_version": "v17.0.0",
"compatible_versions": [
"v17.0.0"
],
"cosmos_sdk_version": "v0.47.10",
"consensus": {
"type": "cometbft",
"version": "v0.37.4"
},
"ibc_go_version": "v7.4.0",
"next_version_name": ""
}
]
Expand Down

0 comments on commit f0ab25d

Please sign in to comment.