Skip to content

Commit

Permalink
terra 2.9.3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tuky191 committed Jan 28, 2024
1 parent cdbb66c commit 95d34c4
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions terra2/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@
},
"codebase": {
"git_repo": "https://github.com/terra-money/core/",
"recommended_version": "v2.6.1",
"recommended_version": "v2.9.3",
"compatible_versions": [
"v2.6.1"
"v2.9.3"
],
"binaries": {
"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"
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.9.3/terra_2.9.3_Linux_x86_64.tar.gz?checksum=sha256:bf67720c73e73f4e1b2b530de5f64958bec3ef4552c33a50ec10d767a721bcc3"
},
"genesis": {
"name": "v2.0",
Expand Down Expand Up @@ -187,6 +186,26 @@
"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"
}
},
{
"name": "v2.9",
"tag": "v2.9.3",
"height": 8782000,
"recommended_version": "v2.9.3",
"compatible_versions": [
"v2.9.3"
],
"cosmos_sdk_version": "v0.47.6-terra.0",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.45.0",
"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.9.3/terra_2.9.3_Linux_x86_64.tar.gz?checksum=sha256:bf67720c73e73f4e1b2b530de5f64958bec3ef4552c33a50ec10d767a721bcc3"
}
}
]
},
Expand Down

0 comments on commit 95d34c4

Please sign in to comment.