Skip to content

Commit

Permalink
Upgrade Akash to v0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh authored Jun 11, 2024
1 parent 0cf13db commit cf9b450
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions akash/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
},
"codebase": {
"git_repo": "https://github.com/akash-network/node/",
"recommended_version": "v0.34.1",
"recommended_version": "v0.36.0",
"compatible_versions": [
"v0.34.1"
"v0.36.0"
],
"binaries": {
"linux/amd64": "https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_amd64.zip",
"linux/arm64": "https://github.com/akash-network/node/releases/download/v0.34.1/akash_linux_arm64.zip"
"linux/amd64": "https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_amd64.zip",
"linux/arm64": "https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_arm64.zip"
},
"cosmos_sdk_version": "v0.45.16",
"ibc_go_version": "v4.6.0",
Expand Down Expand Up @@ -153,6 +153,26 @@
"type": "cometbft",
"version": "akash-network/cometbft v0.34.27-akash"
},
"next_version_name": "v0.36.0"
},
{
"name": "v0.36.0",
"recommended_version": "v0.36.0",
"compatible_versions": [
"v0.36.0"
],
"proposal": 257,
"height": 16708237,
"binaries": {
"linux/amd64": "https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_amd64.zip",
"linux/arm64": "https://github.com/akash-network/node/releases/download/v0.36.0/akash_linux_arm64.zip"
},
"cosmos_sdk_version": "v0.45.16",
"ibc_go_version": "v4.6.0",
"consensus": {
"type": "cometbft",
"version": "akash-network/cometbft v0.34.27-akash"
},
"next_version_name": ""
}
]
Expand Down Expand Up @@ -490,4 +510,4 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"
}
]
}
}

0 comments on commit cf9b450

Please sign in to comment.