Skip to content

Commit

Permalink
chore: add elys versions (#5742)
Browse files Browse the repository at this point in the history
* chore: add elys versions

* fix: updated the versions order
  • Loading branch information
cosmic-vagabond authored Dec 20, 2024
1 parent 66f4cb8 commit db07e40
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elys/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
},
"codebase": {
"git_repo": "https://github.com/elys-network/elys",
"recommended_version": "v1.0.0",
"recommended_version": "v1.4.0",
"compatible_versions": [
"v1.0.0"
"v1.4.0"
],
"consensus": {
"type": "cometbft",
Expand Down
100 changes: 100 additions & 0 deletions elys/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,106 @@
"type": "go",
"version": "v8.5.1"
}
},
{
"name": "v1.1.0",
"recommended_version": "v1.1.0",
"compatible_versions": [
"v1.1.0"
],
"binaries": {
"linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.1.0/elysd-v1.1.0-linux-amd64.tar.gz"
},
"consensus": {
"type": "cometbft",
"version": "0.38.12"
},
"sdk": {
"type": "cosmos",
"version": "v0.50.9"
},
"cosmwasm": {
"enabled": false
},
"ibc": {
"type": "go",
"version": "v8.5.1"
}
},
{
"name": "v1.2.0",
"recommended_version": "v1.2.0",
"compatible_versions": [
"v1.2.0"
],
"binaries": {
"linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.2.0/elysd-v1.2.0-linux-amd64.tar.gz"
},
"consensus": {
"type": "cometbft",
"version": "0.38.12"
},
"sdk": {
"type": "cosmos",
"version": "v0.50.9"
},
"cosmwasm": {
"enabled": false
},
"ibc": {
"type": "go",
"version": "v8.5.1"
}
},
{
"name": "v1.3.0",
"recommended_version": "v1.3.0",
"compatible_versions": [
"v1.3.0"
],
"binaries": {
"linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.3.0/elysd-v1.3.0-linux-amd64.tar.gz"
},
"consensus": {
"type": "cometbft",
"version": "0.38.12"
},
"sdk": {
"type": "cosmos",
"version": "v0.50.9"
},
"cosmwasm": {
"enabled": false
},
"ibc": {
"type": "go",
"version": "v8.5.1"
}
},
{
"name": "v1.4.0",
"recommended_version": "v1.4.0",
"compatible_versions": [
"v1.4.0"
],
"binaries": {
"linux/amd64": "https://github.com/elys-network/elys/releases/download/v1.4.0/elysd-v1.4.0-linux-amd64.tar.gz"
},
"consensus": {
"type": "cometbft",
"version": "0.38.12"
},
"sdk": {
"type": "cosmos",
"version": "v0.50.9"
},
"cosmwasm": {
"enabled": false
},
"ibc": {
"type": "go",
"version": "v8.5.1"
}
}
]
}

0 comments on commit db07e40

Please sign in to comment.