Skip to content

Commit

Permalink
v2.6.1 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Nov 15, 2023
1 parent 82e0845 commit fac7eb6
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions terra2/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
},
"codebase": {
"git_repo": "https://github.com/terra-money/core/",
"recommended_version": "v2.5.2",
"recommended_version": "v2.6.1",
"compatible_versions": [
"v2.5.2"
"v2.6.1"
],
"binaries": {
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.5.2/terra_2.5.2_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.5.2/terra_2.5.2_Linux_x86_64.tar.gz"
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.6.1/terra_2.6.1_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.6.1/terra_2.6.1_Linux_x86_64.tar.gz"
},
"genesis": {
"name": "v2.0",
Expand Down Expand Up @@ -167,6 +167,26 @@
"binaries": {
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.5.2/terra_2.5.2_Linux_x86_64.tar.gz?checksum=sha256:df62d54ffe01021055a064ee2ee671f8f293d29da38ce2f46544c956e32cea1a"
}
},
{
"name": "v2.6",
"tag": "v2.6.1",
"height": 7722000,
"recommended_version": "v2.6.1",
"compatible_versions": [
"v2.6.1"
],
"cosmos_sdk_version": "v0.47.5-terra.2",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.43.0-terra",
"ibc_go_version": "v7.3.0",
"consensus": {
"type": "cometbft",
"version": "v0.37.2"
},
"binaries": {
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.6.1/terra_2.6.1_Linux_x86_64.tar.gz?checksum=sha256:5e5d98d81f8ebfdcb8e93922d41f767b0a4143d03230ed260609155b07584379"
}
}
]
},
Expand Down

0 comments on commit fac7eb6

Please sign in to comment.