Skip to content

Commit

Permalink
fix #13 disable BET
Browse files Browse the repository at this point in the history
  • Loading branch information
Nam Hoang committed Nov 18, 2019
1 parent 40ec985 commit d584339
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions app/marketmaker/supported-currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,29 +110,29 @@ const supportedCurrencies = [
},
],
},
{
coin: 'BET',
asset: 'BET',
fname: 'BET',
rpcport: 14250,
txversion: 4,
overwintered: 1,
required_confirmations: 2,
electrumServers: [
{
host: 'electrum1.cipig.net',
port: 10012,
},
{
host: 'electrum2.cipig.net',
port: 10012,
},
{
host: 'electrum3.cipig.net',
port: 10012,
},
],
},
// {
// coin: 'BET',
// asset: 'BET',
// fname: 'BET',
// rpcport: 14250,
// txversion: 4,
// overwintered: 1,
// required_confirmations: 2,
// electrumServers: [
// {
// host: 'electrum1.cipig.net',
// port: 10012,
// },
// {
// host: 'electrum2.cipig.net',
// port: 10012,
// },
// {
// host: 'electrum3.cipig.net',
// port: 10012,
// },
// ],
// },
{
coin: 'BITSOKO',
name: 'Bitsoko',
Expand Down

0 comments on commit d584339

Please sign in to comment.