Skip to content

Commit

Permalink
Patch Terra to v2.11.3 (#4813)
Browse files Browse the repository at this point in the history
  • Loading branch information
reversesigh authored Jun 12, 2024
1 parent 2558088 commit 7bccaa9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.11.2",
"recommended_version": "v2.11.3",
"compatible_versions": [
"v2.11.2"
"v2.11.3"
],
"binaries": {
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.11.2/terra_2.11.2_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.11.2/terra_2.11.2_Linux_x86_64.tar.gz"
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.11.3/terra_2.11.3_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.11.3/terra_2.11.3_Linux_x86_64.tar.gz"
},
"genesis": {
"name": "v2.0",
Expand Down Expand Up @@ -240,10 +240,10 @@
},
{
"name": "v2.11",
"tag": "v2.11.1",
"recommended_version": "v2.11.2",
"tag": "v2.11.3",
"recommended_version": "v2.11.3",
"compatible_versions": [
"v2.11.2"
"v2.11.3"
],
"proposal": 4807,
"height": 10136000,
Expand All @@ -256,8 +256,8 @@
"version": "v0.37.2"
},
"binaries": {
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.11.2/terra_2.11.2_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.11.2/terra_2.11.2_Linux_x86_64.tar.gz"
"linux/arm64": "https://github.com/terra-money/core/releases/download/v2.11.3/terra_2.11.3_Linux_arm64.tar.gz",
"linux/amd64": "https://github.com/terra-money/core/releases/download/v2.11.3/terra_2.11.3_Linux_x86_64.tar.gz"
},
"next_version_name": ""
}
Expand Down

0 comments on commit 7bccaa9

Please sign in to comment.