From 27fc3309a4734edef818151aa63311bd0ef9a121 Mon Sep 17 00:00:00 2001 From: Echelon Foundation <102999403+echelonfoundation@users.noreply.github.com> Date: Mon, 25 Jul 2022 04:21:40 -0600 Subject: [PATCH 1/2] Updated to v1.1.4 Echelon Release and added new explorers --- echelon/chain.json | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/echelon/chain.json b/echelon/chain.json index 40af23ba97..e678b096c2 100644 --- a/echelon/chain.json +++ b/echelon/chain.json @@ -20,16 +20,17 @@ }, "codebase": { "git_repo": "https://github.com/echelonfoundation/echelon", - "recommended_version": "v1.0.3", + "recommended_version": "v1.1.4", "compatible_versions": [ + "v1.1.4", "v1.0.3" ], "binaries": { - "linux/amd64": "https://github.com/echelonfoundation/echelon/releases/download/v1.0.3/echelon_1.0.3_Linux_x86_64.tar.gz", - "linux/arm64": "https://github.com/echelonfoundation/echelon/releases/download/v1.0.3/echelon_1.0.3_Linux_arm64.tar.gz", - "darwin/amd64": "", - "darwin/arm64": "", - "windows/amd64": "https://github.com/echelonfoundation/echelon/releases/download/v1.0.3/echelon_1.0.3_Windows_x86_64.zip" + "linux/amd64": "https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_x86_64.tar.gz", + "linux/arm64": "https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Linux_arm64.tar.gz", + "darwin/amd64": "https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_x86_64.tar.gz", + "darwin/arm64": "https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Darwin_arm64.tar.gz", + "windows/amd64": "https://github.com/echelonfoundation/echelon/releases/download/v1.1.4/echelon_1.1.4_Windows_x86_64.zip" } }, "peers": { @@ -147,6 +148,11 @@ ] }, "explorers": [ + { + "kind": "echelon", + "url": "https://app.ech.network/explorer", + "tx_page": "https://app.ech.network/explorer/tx/${txHash}" + }, { "kind": "blockscout", "url": "https://scout.ech.network", @@ -156,6 +162,11 @@ "kind": "ping-pub", "url": "https://ping.pub/echelon", "tx_page": "https://ping.pub/echelon/tx/${txHash}" + }, + { + "kind": "atomscan", + "url": "https://atomscan.com/echelon", + "tx_page": "https://atomscan.com/echelon/tx/${txHash}" } ] } From 1a9f8456779728cf8c25463d1548673261a87692 Mon Sep 17 00:00:00 2001 From: Echelon Foundation <102999403+echelonfoundation@users.noreply.github.com> Date: Mon, 25 Jul 2022 20:56:40 -0600 Subject: [PATCH 2/2] Add Polkachu Endpoints --- echelon/chain.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/echelon/chain.json b/echelon/chain.json index e678b096c2..97b757e28c 100644 --- a/echelon/chain.json +++ b/echelon/chain.json @@ -99,6 +99,10 @@ "address": "https://rpc-echelon.whispernode.com", "provider": " WhisperNode 🤐" }, + { + "address": "https://echelon-rpc.polkachu.com", + "provider": "Polkachu" + }, { "address": "https://rpc.echelon.nodestake.top", "provider": "NodeStake" @@ -113,6 +117,10 @@ "address": "https://lcd-echelon.whispernode.com", "provider": " WhisperNode 🤐" }, + { + "address": "https://echelon-api.polkachu.com", + "provider": "Polkachu" + }, { "address": "https://api.echelon.nodestake.top", "provider": "NodeStake"