Skip to content

Commit

Permalink
Merge pull request #25 from terra-money/terra-patch-13
Browse files Browse the repository at this point in the history
update classic terra to v2.2.1
  • Loading branch information
tuky191 authored Sep 12, 2023
2 parents 856f1a5 + 1893399 commit d3c6020
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions terra/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@
},
"codebase": {
"git_repo": "https://github.com/classic-terra/core",
"recommended_version": "v2.1.1",
"recommended_version": "v2.2.1",
"compatible_versions": [
"v2.1.1"
"v2.2.1"
],
"genesis": {
"name": "1.0.5",
Expand Down Expand Up @@ -222,6 +222,23 @@
"binaries": {
"linux/amd64": "https://github.com/terra-money/classic-core/releases/download/v2.1.1/terra_2.1.1_Linux_x86_64.tar.gz?checksum=sha256:9bf91be244af95f1afcf7fc1ddb1852aa96651adf94e9668c16c7df5596100d6"
}
},
{
"name": "2.2.1",
"tag": "v2.2.1",
"height": 14514000,
"cosmos_sdk_version": "v0.46.14-terra.2",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.30.0-terra.3",
"ibc_go_version": "6.2.0",
"consensus": {
"type": "tendermint",
"version": "v0.34.29-terra.0"
},
"binaries": {
"linux/arm64": "https://github.com/terra-money/classic-core/releases/download/v2.2.1/terra_2.2.1_Linux_arm64.tar.gz?checksum=sha256:86d457e2a6ee819e1526f41bb80e2be7911798d35ebaedb698aea66e1ff9ecd7",
"linux/amd64": "https://github.com/terra-money/classic-core/releases/download/v2.2.1/terra_2.2.1_Linux_x86_64.tar.gz?checksum=sha256:6050a2be39b51f86de1ad1ffd7d7d45020d6db1481cdacbfea733d20f7d8b47b"
}
}
]
},
Expand Down

0 comments on commit d3c6020

Please sign in to comment.