Skip to content

Commit

Permalink
Update Odin chain.json after successful upgrade (cosmos#4886)
Browse files Browse the repository at this point in the history
We have upgraded our mainnet to core v0.8.3 which is based on CosmosSDK 0.50.7 and CometBFT 0.38.7 and want to reflect updated versions in chain.json
  • Loading branch information
Satchitananda authored Jun 26, 2024
1 parent 80d22fc commit b99f325
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions odin/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
},
"codebase": {
"git_repo": "https://github.com/ODIN-PROTOCOL/odin-core",
"recommended_version": "v0.7.12",
"recommended_version": "v0.8.3",
"compatible_versions": [
"v0.7.12"
"v0.8.3"
],
"cosmos_sdk_version": "v0.47.7",
"cosmos_sdk_version": "v0.50.7",
"consensus": {
"type": "cometbft",
"version": "v0.37.4"
"version": "v0.38.7"
},
"ibc_go_version": "v7.3.0",
"ibc_go_version": "v8.2.0",
"genesis": {
"genesis_url": "https://snapshots.polkachu.com/genesis/odin/genesis.json"
},
Expand Down Expand Up @@ -92,6 +92,22 @@
"version": "v0.37.4"
},
"ibc_go_version": "v7.3.0",
"next_version_name": "v0.8.3"
},
{
"name": "v0.8.3",
"proposal": 25,
"height": 15076000,
"recommended_version": "v0.8.3",
"compatible_versions": [
"v0.8.3"
],
"cosmos_sdk_version": "v0.50.7",
"consensus": {
"type": "cometbft",
"version": "v0.38.7"
},
"ibc_go_version": "v8.2.0",
"next_version_name": ""
}
]
Expand Down Expand Up @@ -226,4 +242,4 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/odin/images/odin.svg"
}
]
}
}

0 comments on commit b99f325

Please sign in to comment.