From fd2eb58e229f44d71fdeb878dc680bf68e75cea9 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Mon, 21 May 2018 12:20:27 +0200 Subject: [PATCH] rinkeby expplorer 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 a637606d..b4361f9a 100644 --- a/src/data/appConfig.json +++ b/src/data/appConfig.json @@ -90,7 +90,7 @@ ], "explorer": { "tx": "https://rinkeby.etherscan.io/tx/", - "tx": "https://rinkeby.etherscan.io/address/" + "address": "https://rinkeby.etherscan.io/address/" } } ],