From 0c0012c95151d2fc4a5e41ab032ebd64075cc2b3 Mon Sep 17 00:00:00 2001 From: lLuis Date: Sat, 7 Apr 2018 14:36:24 -0400 Subject: [PATCH] modified: routes/electrumjs/electrumServers.js modified: routes/ports.js modified: routes/shepherd/electrum/network.js --- routes/electrumjs/electrumServers.js | 11 +++++++++++ routes/ports.js | 3 ++- routes/shepherd/electrum/network.js | 2 ++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/routes/electrumjs/electrumServers.js b/routes/electrumjs/electrumServers.js index 3a0aefe..0760343 100644 --- a/routes/electrumjs/electrumServers.js +++ b/routes/electrumjs/electrumServers.js @@ -10,6 +10,17 @@ let electrumServers = { 'electrum2.cipig.net:10026' ], }, + eql: { // !estimatefee + address:'159.65.91.235', + port: 10801, + proto: 'tcp', + txfee: 10000, + abbr: 'OOT', + serverList: [ + '159.65.91.235:10801', + '167.99.204.42:10801' + ], + }, oot: { // !estimatefee address: 'electrum1.utrum.io', port: 10088, diff --git a/routes/ports.js b/routes/ports.js index 888d468..9a930d5 100644 --- a/routes/ports.js +++ b/routes/ports.js @@ -31,6 +31,7 @@ const assetChainPorts = { 'NINJA': '8427', 'BTCH': '8800', 'BNTN': '14358', + 'EQL': '10306', }; -module.exports = assetChainPorts; \ No newline at end of file +module.exports = assetChainPorts; diff --git a/routes/shepherd/electrum/network.js b/routes/shepherd/electrum/network.js index 7175fe8..c6627a1 100644 --- a/routes/shepherd/electrum/network.js +++ b/routes/shepherd/electrum/network.js @@ -72,6 +72,7 @@ module.exports = (shepherd) => { coin === 'COQUI' || coin === 'OOT' || coin === 'HODL' || + coin === 'EQL' || coin === 'SHARK' || coin === 'MSHARK' || coin === 'BOTS' || @@ -100,6 +101,7 @@ module.exports = (shepherd) => { coinUC === 'CRYPTO' || coinUC === 'COQUI' || coinUC === 'OOT' || + coinUC === 'EQL' || coinUC === 'HODL' || coinUC === 'SHARK' || coinUC === 'MSHARK' ||