diff --git a/routes/electrumjs/electrumServers.js b/routes/electrumjs/electrumServers.js index 63f4455..d63682c 100644 --- a/routes/electrumjs/electrumServers.js +++ b/routes/electrumjs/electrumServers.js @@ -415,8 +415,18 @@ let electrumServers = { '173.212.225.176:50032', '136.243.45.140:50032' ], - }, hush: { + address: '173.212.225.176', + port: 50013, + proto: 'tcp', + txfee: 10000, + abbr: 'HUSH', + serverList: [ + '173.212.225.176:50013', + '136.243.45.140:50013' + ], + }, + snowgem: { address: '45.77.254.232', port: 10001, proto: 'tcp', @@ -427,16 +437,6 @@ let electrumServers = { '128.199.233.38:10001' ], }, - snowgem: { - address: '', - port: 50032, - proto: 'tcp', - txfee: 10000, - abbr: 'ZEC', - serverList: [ - '173.212.225.176:50032', - '136.243.45.140:50032' - ], xmy: { address: 'cetus.cryptap.us', port: 50004,