From 13b8d90c7255bfffa330f1c42a0cd0625f4dc2d6 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 9 May 2018 16:35:59 +0200 Subject: [PATCH] repsten explorer url fix --- src/data/appConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/appConfig.json b/src/data/appConfig.json index cb48d70b..8fc97516 100644 --- a/src/data/appConfig.json +++ b/src/data/appConfig.json @@ -68,7 +68,7 @@ ], "explorer": { "tx": "https://ropsten.etherscan.io/tx/", - "address": "https://ropsten.etherscan.io/tx/" + "address": "https://ropsten.etherscan.io/address/" } }, {