Skip to content

Commit

Permalink
Merge pull request #30 from terra-money/terra-patch-18
Browse files Browse the repository at this point in the history
v2.6 pisco upgrade
  • Loading branch information
tuky191 authored Oct 27, 2023
2 parents e3eb120 + eb10f4a commit 82e0845
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions testnets/terra2testnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"codebase": {
"git_repo": "https://github.com/terra-money/core/",
"recommended_version": "v2.5.0-rc6",
"recommended_version": "v2.6.0-rc1",
"compatible_versions": [
"v2.5.0-rc6"
"v2.6.0-rc1"
],
"genesis": {
"name": "v2.0",
Expand Down Expand Up @@ -221,6 +221,26 @@
"binaries": {
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.5.0-rc6/terra_2.5.0-rc6_Linux_x86_64.tar.gz?checksum=sha256:44c69116d4e13ab5aaa0263860c9b3d5ebea4eaca8566208fb8be0d08f7ed9a8"
}
},
{
"name": "v2.6",
"tag": "v2.6.0-rc1",
"height": 8080000,
"recommended_version": "v2.6.0-rc1",
"compatible_versions": [
"v2.6.0-rc1"
],
"cosmos_sdk_version": "v0.47.5-terra.2",
"cosmwasm_enabled": true,
"cosmwasm_version": "v0.43.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.6.0-rc1/terra_2.6.0-rc1_Linux_x86_64.tar.gz?checksum=sha256:e9868edb4d2917dab9387b753a18dcea869d23d071c5936041a513b6510a963d"
}
}
]
},
Expand Down

0 comments on commit 82e0845

Please sign in to comment.