From 3d422b1dac32c2da6aeec687b3b32c769ffbafc6 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 3 Jan 2020 20:54:58 +0100 Subject: [PATCH 1/3] change etc explorer to emeraldpay --- public/data/appConfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/data/appConfig.json b/public/data/appConfig.json index 3ffa08a4..fbb6ac9e 100644 --- a/public/data/appConfig.json +++ b/public/data/appConfig.json @@ -48,8 +48,8 @@ "wss://etc2.trezor.io/geth" ], "explorer": { - "tx": "https://gastracker.io/tx/", - "address": "https://gastracker.io/addr/" + "tx": "https://receipt.emeraldpay.io/tx/", + "address": "https://receipt.emeraldpay.io/balance/" }, "hasSignVerify": true }, From 8b52c5bd3f40efcddff59b422773e1a499726ee1 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 3 Jan 2020 20:57:12 +0100 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae4f5c0..56f1f9ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## next release + +**changed** + +- Explorer for ETC changed to receipt.emeraldpay.io + ## 1.3.3-beta **fixed** From 457f10c1780520acafd7fba2156a19f652247f02 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Sat, 4 Jan 2020 11:56:28 +0100 Subject: [PATCH 3/3] change etc explorer to blockbook --- CHANGELOG.md | 2 +- public/data/appConfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f1f9ec..ffad28b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ **changed** -- Explorer for ETC changed to receipt.emeraldpay.io +- Explorer for ETC changed to etc1.trezor.io ## 1.3.3-beta diff --git a/public/data/appConfig.json b/public/data/appConfig.json index fbb6ac9e..1703c331 100644 --- a/public/data/appConfig.json +++ b/public/data/appConfig.json @@ -48,8 +48,8 @@ "wss://etc2.trezor.io/geth" ], "explorer": { - "tx": "https://receipt.emeraldpay.io/tx/", - "address": "https://receipt.emeraldpay.io/balance/" + "tx": "https://etc1.trezor.io/tx/", + "address": "https://etc1.trezor.io/address/" }, "hasSignVerify": true },