Updated to Atlas 1.5.1

Updated links
Updated richlist for transactions
Updated geth to 1.5.1
+++
This commit is contained in:
Exlo
2021-10-17 15:00:43 +02:00
parent 79ff027094
commit b2facaf12e
7 changed files with 21 additions and 21 deletions

View File

@@ -46,7 +46,7 @@ class Transactions {
lastBlock
]);
$.getJSON("https://richlist.ether1.org/transactions_list.php" + params, function (result) {
$.getJSON("https://richlist.ethoprotocol.io/transactions_list.php" + params, function (result) {
result.data.forEach(element => {
if (element.fromaddr && element.toaddr) {
ipcRenderer.send("storeTransaction", {