Skip to content

Commit

Permalink
Update ICS testnet to Gaia v20.0.0 (#5442)
Browse files Browse the repository at this point in the history
* ICS testnet upgraded to v20.0.0

* update versions array entry
  • Loading branch information
dasanchez authored Oct 19, 2024
1 parent 8d0ab22 commit 6a52fc3
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions testnets/cosmosicsprovidertestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,19 @@
},
"codebase": {
"git_repo": "https://github.com/cosmos/gaia",
"recommended_version": "v20.0.0-rc0",
"recommended_version": "v20.0.0",
"compatible_versions": [
"v20.0.0-rc0"
"v20.0.0"
],
"cosmos_sdk_version": "v0.50.9-lsm",
"consensus": {
"type": "cometbft",
"version": "v0.38.11"
},
"binaries": {
"linux/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-linux-amd64",
"linux/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-linux-arm64",
"darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-amd64",
"darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-arm64",
"windows/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-amd64",
"windows/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-windows-arm64.exe"
"linux/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-linux-amd64",
"darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-darwin-amd64",
"darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-darwin-arm64"
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json"
Expand Down Expand Up @@ -183,23 +180,20 @@
},
{
"name": "v20",
"tag": "v20.0.0-rc0",
"recommended_version": "v20.0.0-rc0",
"tag": "v20.0.0",
"recommended_version": "v20.0.0",
"compatible_versions": [
"v20.0.0-rc0"
"v20.0.0"
],
"cosmos_sdk_version": "v0.50.9-lsm",
"consensus": {
"type": "cometbft",
"version": "v0.37.6"
"version": "v0.38.11"
},
"binaries": {
"linux/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-linux-amd64",
"linux/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-linux-arm64",
"darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-amd64",
"darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-arm64",
"windows/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-darwin-amd64",
"windows/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0-rc0/gaiad-v20.0.0-rc0-windows-arm64.exe"
"linux/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-linux-amd64",
"darwin/amd64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-darwin-amd64",
"darwin/arm64": "https://github.com/cosmos/gaia/releases/download/v20.0.0/gaiad-v20.0.0-darwin-arm64"
},
"next_version_name": "v21",
"sdk": {
Expand Down

0 comments on commit 6a52fc3

Please sign in to comment.