Skip to content

Commit

Permalink
Update CRW and CHAIN Electrum servers
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Oct 22, 2018
1 parent 2e59482 commit 12b61a4
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions app/marketmaker/supported-currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,16 @@ const supportedCurrencies = [
rpcport: 15587,
electrumServers: [
{
host: 'electrum1.chainmakers.co',
port: 55417,
host: 'electrum1.cipig.net',
port: 10032,
},
{
host: 'electrum2.cipig.net',
port: 10032,
},
{
host: 'electrum2.chainmakers.co',
port: 55417,
host: 'electrum3.cipig.net',
port: 10032,
},
],
},
Expand Down Expand Up @@ -529,31 +533,35 @@ const supportedCurrencies = [
txfee: 10000,
electrumServers: [
{
host: 'blr-crwseed.crowndns.info',
host: 'blr-crwseed.infernopool.com',
port: 50001,
},
{
host: 'sfo-crwseed.infernopool.com',
port: 50001,
},
{
host: 'sfo-crwseed.crowndns.info',
host: 'nyc-crwseed.infernopool.com',
port: 50001,
},
{
host: 'nyc-crwseed.crowndns.info',
host: 'ams-crwseed.infernopool.com',
port: 50001,
},
{
host: 'ams-crwseed.crowndns.info',
host: 'tor-crwseed.infernopool.com',
port: 50001,
},
{
host: 'tor-crwseed.crowndns.info',
host: 'lon-crwseed.infernopool.com',
port: 50001,
},
{
host: 'lon-crwseed.crowndns.info',
host: 'fra-crwseed.infernopool.com',
port: 50001,
},
{
host: 'fra-crwseed.crowndns.info',
host: 'sgp-crwseed.infernopool.com',
port: 50001,
},
],
Expand Down

0 comments on commit 12b61a4

Please sign in to comment.