modified: routes/ports.js modified: routes/shepherd/electrum/network.js
@ -42,6 +42,17 @@ let electrumServers = {
'electrum1.cipig.net:10011',
'electrum2.cipig.net:10011'
],
},
glxt: { // !estimatefee
address: 'electrum1.glx.co',
port: 60012,
proto: 'tcp',
txfee: 10000,
abbr: 'GLXT',
serverList: [
'electrum1.glx.co:60012',
'electrum2.glx.co:60012'
revs: { // !estimatefee
address: 'electrum1.cipig.net',
@ -21,6 +21,7 @@ const assetChainPorts = {
'BOTS': '11964',
'MGW': '12386',
'COQUI': '14276',
'GLXT': '15723',
'MVP': '11676',
'KV': '8299',
'CEAL': '11116',
@ -70,6 +70,7 @@ module.exports = (shepherd) => {
coin === 'BET' ||
coin === 'CRYPTO' ||
coin === 'COQUI' ||
coin === 'GLXT' ||
coin === 'OOT' ||
coin === 'HODL' ||
coin === 'EQL' ||
@ -100,6 +101,7 @@ module.exports = (shepherd) => {
coinUC === 'BET' ||
coinUC === 'CRYPTO' ||
coinUC === 'COQUI' ||
coinUC === 'GLXT' ||
coinUC === 'OOT' ||
coinUC === 'EQL' ||
coinUC === 'HODL' ||