diff --git a/elys/chain.json b/elys/chain.json index 6b8601da91..8c97304d70 100644 --- a/elys/chain.json +++ b/elys/chain.json @@ -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", @@ -317,4 +317,4 @@ "account_page": "https://explorer.stavr.tech/Elys-Mainnet/account/${accountAddress}" } ] -} +} \ No newline at end of file diff --git a/elys/versions.json b/elys/versions.json index 3cf70070dc..20096785e3 100644 --- a/elys/versions.json +++ b/elys/versions.json @@ -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" + } } ] } \ No newline at end of file