Skip to content

Commit

Permalink
update versions array entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Oct 18, 2024
1 parent 369067d commit ed9f2a1
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions testnets/cosmosicsprovidertestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,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 ed9f2a1

Please sign in to comment.