From ac75cef7c5f0e6c040a73ac35305f67520ddfa04 Mon Sep 17 00:00:00 2001 From: Dennis Ruhe Date: Mon, 17 May 2021 20:47:36 +0200 Subject: [PATCH] Add additional electrum servers for EFL --- assets/config/0.4.3-coins.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/assets/config/0.4.3-coins.json b/assets/config/0.4.3-coins.json index 6c0cf4d5d8..96aa0b2df6 100644 --- a/assets/config/0.4.3-coins.json +++ b/assets/config/0.4.3-coins.json @@ -1100,6 +1100,31 @@ "url": "lenoir.ecoincore.com:11017", "protocol": "SSL", "disable_cert_verification": true + }, + { + "url": "electrum1.egulden.org:50002", + "protocol": "SSL", + "disable_cert_verification": true + }, + { + "url": "electrum2.egulden.org:50002", + "protocol": "SSL", + "disable_cert_verification": true + }, + { + "url": "electrum3.egulden.org:50002", + "protocol": "SSL", + "disable_cert_verification": true + }, + { + "url": "electrum4.egulden.org:50002", + "protocol": "SSL", + "disable_cert_verification": true + }, + { + "url": "electrum5.egulden.org:11017", + "protocol": "SSL", + "disable_cert_verification": true } ], "explorer_url": [ @@ -1931,7 +1956,7 @@ "http://eth3.cipig.net:8555" ], "explorer_url": [ - "https://etherscan.io/" + "https://etherscan.io/" ], "type": "ERC-20", "active": false,