Skip to content

Commit

Permalink
Merge pull request #920 from Electronic-Gulden-Foundation/dev
Browse files Browse the repository at this point in the history
Add additional electrum servers for EFL
  • Loading branch information
cipig authored May 18, 2021
2 parents 5b8195a + ac75cef commit 89485a1
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion assets/config/0.4.3-coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -1931,7 +1956,7 @@
"http://eth3.cipig.net:8555"
],
"explorer_url": [
"https://etherscan.io/"
"https://etherscan.io/"
],
"type": "ERC-20",
"active": false,
Expand Down

0 comments on commit 89485a1

Please sign in to comment.