From 457f10c1780520acafd7fba2156a19f652247f02 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Sat, 4 Jan 2020 11:56:28 +0100 Subject: [PATCH] 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 },