From 6aaa484be829a4ad1130ac46212bfb50c2a1b278 Mon Sep 17 00:00:00 2001 From: Exlo <46317321+Exlo84@users.noreply.github.com> Date: Thu, 7 Jul 2022 07:18:24 +0200 Subject: [PATCH] explorer link fix for transactions explorer link fix for transactions --- renderer/transactions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer/transactions.js b/renderer/transactions.js index b88563c..6f3181b 100755 --- a/renderer/transactions.js +++ b/renderer/transactions.js @@ -47,7 +47,7 @@ class Transactions { lastBlock ]); - $.getJSON("https://explorer1.ethoprotocol.com/api?module=account&action=txlist&address=" + addressList[counter].toLowerCase(), function (result) { + $.getJSON("https://explorer.ethoprotocol.com/api?module=account&action=txlist&address=" + addressList[counter].toLowerCase(), function (result) { if (result.result) { result.result.forEach(element => {