Skip to content

Commit

Permalink
Merge pull request #19 from terra-money/fix/columbus-wrong-recommende…
Browse files Browse the repository at this point in the history
…d-version

use 2.1.1 as recommended version
  • Loading branch information
tuky191 authored Aug 13, 2023
2 parents 9be2fbb + 3ac8164 commit 195737c
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 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.0.1",
"recommended_version": "v2.1.1",
"compatible_versions": [
"v2.0.1"
"v2.1.1"
],
"genesis": {
"name": "1.0.5",
Expand Down Expand Up @@ -206,6 +206,22 @@
"binaries": {
"linux/amd64": "https://github.com/terra-money/classic-core/releases/download/v2.0.1/terra_2.0.1_Linux_x86_64.tar.gz?checksum=sha256:b9edfd51080c9c9ae16b30afd1b8490d7278e51d521ccc0f2afcbb7e3b389b8d"
}
},
{
"name": "2.1.1",
"tag": "v2.1.1",
"height": 13215800,
"cosmos_sdk_version": "0.45.14",
"cosmwasm_enabled": true,
"cosmwasm_version": "0.30.0",
"ibc_go_version": "4.3.1",
"consensus": {
"type": "tendermint",
"version": "0.34.24"
},
"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"
}
}
]
},
Expand Down Expand Up @@ -348,4 +364,4 @@
"account_page": "https://finder.terrarebels.net/classic/address/${accountAddress}"
}
]
}
}

0 comments on commit 195737c

Please sign in to comment.