Browse Source

modified: routes/electrumjs/electrumServers.js

modified:   routes/ports.js
	modified:   routes/shepherd/electrum/network.js
v0.25
lLuis 7 years ago
parent
commit
216c20cc3f
  1. 13
      routes/electrumjs/electrumServers.js
  2. 1
      routes/ports.js
  3. 2
      routes/shepherd/electrum/network.js

13
routes/electrumjs/electrumServers.js

@ -1,5 +1,16 @@
let electrumServers = {
coqui: { // !estimatefee
oot: { // !estimatefee
address: 'electrum1.utrum.io',
port: 10088,
proto: 'tcp',
txfee: 10000,
abbr: 'OOT',
serverList: [
'electrum1.utrum.io:10088',
'electrum2.utrum.io:10088'
],
},
coqui: { // !estimatefee
address: 'electrum1.cipig.net',
port: 10011,
proto: 'tcp',

1
routes/ports.js

@ -28,6 +28,7 @@ const assetChainPorts = {
'ETOMIC': '10271',
'VOTE': '8012',
'BTCH': '8800',
'OOT': '12467',
};
module.exports = assetChainPorts;

2
routes/shepherd/electrum/network.js

@ -50,6 +50,7 @@ module.exports = (shepherd) => {
coin === 'BET' ||
coin === 'CRYPTO' ||
coin === 'COQUI' ||
coin === 'OOT' ||
coin === 'HODL' ||
coin === 'SHARK' ||
coin === 'MSHARK' ||
@ -76,6 +77,7 @@ module.exports = (shepherd) => {
coinUC === 'BET' ||
coinUC === 'CRYPTO' ||
coinUC === 'COQUI' ||
coinUC === 'OOT' ||
coinUC === 'HODL' ||
coinUC === 'SHARK' ||
coinUC === 'MSHARK' ||

Loading…
Cancel
Save