Skip to content

Commit

Permalink
Update current coreum version (#5930)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinetskyi authored Feb 17, 2025
1 parent ba7ddf0 commit a75deda
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 8 deletions.
14 changes: 7 additions & 7 deletions coreum/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
},
"codebase": {
"git_repo": "https://github.com/CoreumFoundation/coreum",
"recommended_version": "v3.0.3",
"recommended_version": "v4.1.2",
"compatible_versions": [
"v3.0.3"
"v4.1.2"
],
"binaries": {
"linux/amd64": "https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-amd64?checksum=sha256:1719a32e6f8e8813d00cd86e1d8d02e893324d4f59fa7a1b8cedc5836140ecef",
"linux/arm64": "https://github.com/CoreumFoundation/coreum/releases/download/v3.0.3/cored-linux-arm64?checksum=sha256:cfbbad6803c0327407e4dd222a108505e6ff9e294d7c86e34b6b895b96b61bbd"
"linux/amd64": "https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-amd64?checksum=sha256:872b1eb6f2a77651401c7555b6b54eb2599e5de614acfcebeffce4384e7ab97a",
"linux/arm64": "https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-arm64?checksum=sha256:0be2851639208dee0803b7a4a43c847770a5961afcd66644ead32e78f530f5ca"
},
"consensus": {
"type": "cometbft",
"version": "0.37"
"version": "0.38"
},
"genesis": {
"name": "v1",
Expand All @@ -58,7 +58,7 @@
"version": "0.47"
},
"cosmwasm": {
"version": "0.44",
"version": "0.45",
"enabled": true
}
},
Expand Down Expand Up @@ -304,4 +304,4 @@
"nft",
"XRPL"
]
}
}
80 changes: 79 additions & 1 deletion coreum/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,84 @@
"version": "0.44",
"enabled": true
}
},
{
"name": "v4",
"tag": "v4.0.1",
"proposal": 11,
"height": 23338750,
"recommended_version": "v4.0.1",
"compatible_versions": [
"v4.0.1"
],
"consensus": {
"type": "cometbft",
"version": "0.37.5"
},
"binaries": {
"linux/amd64": "https://github.com/CoreumFoundation/coreum/releases/download/v4.0.1/cored-linux-amd64?checksum=sha256:fdbb6a0c393f1cad0d03c6357b6af2e840508ef3be7ab186f2caeee10d13ae73",
"linux/arm64": "https://github.com/CoreumFoundation/coreum/releases/download/v4.0.1/cored-linux-arm64?checksum=sha256:ade147bf5a63259dae1b69762e3295600b5acd9f748b3cfba4d885dfaff15f1e"
},
"sdk": {
"type": "cosmos",
"version": "0.47"
},
"cosmwasm": {
"version": "0.45",
"enabled": true
}
},
{
"name": "v4patch1",
"tag": "v4.1.0",
"proposal": 12,
"height": 25891000,
"recommended_version": "v4.1.0",
"compatible_versions": [
"v4.1.0"
],
"consensus": {
"type": "cometbft",
"version": "0.37"
},
"binaries": {
"linux/amd64": "https://github.com/CoreumFoundation/coreum/releases/download/v4.1.0/cored-linux-amd64?checksum=sha256:ed2506c3c0482730159fcfd1d1e373bcb091a3ebd65b75b0e28306f26aa71c82",
"linux/arm64": "https://github.com/CoreumFoundation/coreum/releases/download/v4.1.0/cored-linux-arm64?checksum=sha256:f2033fc25132a1ca491a012842ca9537f2efa884449d74ce9425711e10cabdc8"
},
"sdk": {
"type": "cosmos",
"version": "0.47"
},
"cosmwasm": {
"version": "0.45",
"enabled": true
}
},
{
"name": "v4patch2",
"tag": "v4.1.2",
"proposal": 13,
"height": 32312000,
"recommended_version": "v4.1.2",
"compatible_versions": [
"v4.1.2"
],
"consensus": {
"type": "cometbft",
"version": "0.38"
},
"binaries": {
"linux/amd64": "https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-amd64?checksum=sha256:872b1eb6f2a77651401c7555b6b54eb2599e5de614acfcebeffce4384e7ab97a",
"linux/arm64": "https://github.com/CoreumFoundation/coreum/releases/download/v4.1.2/cored-linux-arm64?checksum=sha256:0be2851639208dee0803b7a4a43c847770a5961afcd66644ead32e78f530f5ca"
},
"sdk": {
"type": "cosmos",
"version": "0.47"
},
"cosmwasm": {
"version": "0.45",
"enabled": true
}
}
]
}
}

0 comments on commit a75deda

Please sign in to comment.