Skip to content

Commit

Permalink
missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 30, 2017
1 parent 29bfa1e commit 06f756c
Show file tree
Hide file tree
Showing 100 changed files with 170 additions and 109 deletions.
2 changes: 1 addition & 1 deletion js/_1broker.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = class _1broker extends Exchange {
],
},
},
})
});
}

async fetchCategories () {
Expand Down
2 changes: 1 addition & 1 deletion js/_1btcxe.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ module.exports = class _1btcxe extends cryptocapital {
'BTC/TRY': { 'id': 'TRY', 'symbol': 'BTC/TRY', 'base': 'BTC', 'quote': 'TRY' },
'BTC/ZAR': { 'id': 'ZAR', 'symbol': 'BTC/ZAR', 'base': 'BTC', 'quote': 'ZAR' },
},
})
});
}
}
2 changes: 1 addition & 1 deletion js/acx.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = class acx extends Exchange {
],
},
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/allcoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = class allcoin extends okcoin {
],
},
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/anxpro.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = class anxpro extends Exchange {
'STR/BTC': { 'id': 'STRBTC', 'symbol': 'STR/BTC', 'base': 'STR', 'quote': 'BTC' },
'XRP/BTC': { 'id': 'XRPBTC', 'symbol': 'XRP/BTC', 'base': 'XRP', 'quote': 'BTC' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/asia.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = class asia extends Exchange {
],
},
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/binance.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ module.exports = class binance extends Exchange {
'STRAT/BTC': { 'id': 'STRATBTC', 'symbol': 'STRAT/BTC', 'base': 'STRAT', 'quote': 'BTC', 'lot': 0.01, 'limits': { 'amount': { 'min': 0.01, 'max': undefined }, 'price': { 'min': 0.000001, 'max': undefined }, 'cost': { 'min': 0.001, 'max': undefined }}},
'SNGLS/BTC': { 'id': 'SNGLSBTC', 'symbol': 'SNGLS/BTC', 'base': 'SNGLS', 'quote': 'BTC', 'lot': 1, 'limits': { 'amount': { 'min': 1, 'max': undefined }, 'price': { 'min': 0.00000001, 'max': undefined }, 'cost': { 'min': 0.001, 'max': undefined }}},
},
})
});
}

calculateFee (symbol, type, side, amount, price, takerOrMaker = 'taker', params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bit2c.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = class bit2c extends Exchange {
'BCH/NIS': { 'id': 'BchNis', 'symbol': 'BCH/NIS', 'base': 'BCH', 'quote': 'NIS' },
'LTC/NIS': { 'id': 'LtcNis', 'symbol': 'LTC/NIS', 'base': 'LTC', 'quote': 'NIS' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitbay.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = class bitbay extends Exchange {
'LSK/PLN': { 'id': 'LSKPLN', 'symbol': 'LSK/PLN', 'base': 'LSK', 'quote': 'PLN' },
'LSK/BTC': { 'id': 'LSKBTC', 'symbol': 'LSK/BTC', 'base': 'LSK', 'quote': 'BTC' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitcoincoid.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = class bitcoincoid extends Exchange {
'XEM/BTC': { 'id': 'nem_btc', 'symbol': 'XEM/BTC', 'base': 'XEM', 'quote': 'BTC', 'baseId': 'nem', 'quoteId': 'btc' },
'XRP/BTC': { 'id': 'xrp_btc', 'symbol': 'XRP/BTC', 'base': 'XRP', 'quote': 'BTC', 'baseId': 'xrp', 'quoteId': 'btc' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitfinex.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = class bitfinex extends Exchange {
],
},
},
})
});
}

commonCurrencyCode (currency) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitfinex2.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ module.exports = class bitfinex2 extends bitfinex {
'ZEC/BTC': { 'id': 'tZECBTC', 'symbol': 'ZEC/BTC', 'base': 'ZEC', 'quote': 'BTC' },
'ZEC/USD': { 'id': 'tZECUSD', 'symbol': 'ZEC/USD', 'base': 'ZEC', 'quote': 'USD' },
},
})
});
}

commonCurrencyCode (currency) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitflyer.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ module.exports = class bitflyer extends Exchange {
],
},
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/bithumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = class bithumb extends Exchange {
'DASH/KRW': { 'id': 'DASH', 'symbol': 'DASH/KRW', 'base': 'DASH', 'quote': 'KRW' },
'QTUM/KRW': { 'id': 'QTUM', 'symbol': 'QTUM/KRW', 'base': 'QTUM', 'quote': 'KRW' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitlish.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = class bitlish extends Exchange {
],
},
},
})
});
}

commonCurrencyCode (currency) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitmarket.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ module.exports = class bitmarket extends Exchange {
'LiteMineX/BTC': { 'id': 'LiteMineXBTC', 'symbol': 'LiteMineX/BTC', 'base': 'LiteMineX', 'quote': 'BTC' },
'PlnX/BTC': { 'id': 'PlnxBTC', 'symbol': 'PlnX/BTC', 'base': 'PlnX', 'quote': 'BTC' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitmex.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module.exports = class bitmex extends Exchange {
],
}
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/bitso.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = class bitso extends Exchange {
],
}
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/bitstamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = class bitstamp extends Exchange {
'ETH/EUR': { 'id': 'etheur', 'symbol': 'ETH/EUR', 'base': 'ETH', 'quote': 'EUR' },
'ETH/BTC': { 'id': 'ethbtc', 'symbol': 'ETH/BTC', 'base': 'ETH', 'quote': 'BTC' },
},
})
});
}

async fetchOrderBook (symbol, params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bitstamp1.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = class bitstamp1 extends Exchange {
'ETH/EUR': { 'id': 'etheur', 'symbol': 'ETH/EUR', 'base': 'ETH', 'quote': 'EUR' },
'ETH/BTC': { 'id': 'ethbtc', 'symbol': 'ETH/BTC', 'base': 'ETH', 'quote': 'BTC' },
},
})
});
}

async fetchOrderBook (symbol, params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bittrex.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ module.exports = class bittrex extends Exchange {
'taker': 0.0025,
},
},
})
});
}

costToPrecision (symbol, cost) {
Expand Down
2 changes: 1 addition & 1 deletion js/bl3p.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = class bl3p extends Exchange {
'BTC/EUR': { 'id': 'BTCEUR', 'symbol': 'BTC/EUR', 'base': 'BTC', 'quote': 'EUR' },
// 'LTC/EUR': { 'id': 'LTCEUR', 'symbol': 'LTC/EUR', 'base': 'LTC', 'quote': 'EUR' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bleutrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = class bleutrade extends bittrex {
'www': 'https://bleutrade.com',
'doc': 'https://bleutrade.com/help/API',
},
})
});
}

async fetchOrderBook (symbol, params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/blinktrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = class blinktrade extends Exchange {
'BTC/PKR': { 'id': 'BTCPKR', 'symbol': 'BTC/PKR', 'base': 'BTC', 'quote': 'PKR', 'brokerId': 8, 'broker': 'UrduBit' },
'BTC/CLP': { 'id': 'BTCCLP', 'symbol': 'BTC/CLP', 'base': 'BTC', 'quote': 'CLP', 'brokerId': 9, 'broker': 'ChileBit' },
},
})
});
}

fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/btcbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ module.exports = class btcbox extends asia {
'markets': {
'BTC/JPY': { 'id': 'BTC/JPY', 'symbol': 'BTC/JPY', 'base': 'BTC', 'quote': 'JPY' },
},
})
});
}
}
2 changes: 1 addition & 1 deletion js/btcchina.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = class btcchina extends Exchange {
'BCH/CNY': { 'id': 'bcccny', 'symbol': 'BCH/CNY', 'base': 'BCH', 'quote': 'CNY', 'api': 'plus', 'plus': true },
'ETH/CNY': { 'id': 'ethcny', 'symbol': 'ETH/CNY', 'base': 'ETH', 'quote': 'CNY', 'api': 'plus', 'plus': true },
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/btce.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = class btce extends Exchange {
],
},
}
})
});
}

calculateFee (symbol, type, side, amount, price, takerOrMaker = 'taker', params = {}) {
Expand Down
4 changes: 2 additions & 2 deletions js/btcexchange.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ module.exports = class btcexchange extends btctrader {
'markets': {
'BTC/PHP': { 'id': 'BTC/PHP', 'symbol': 'BTC/PHP', 'base': 'BTC', 'quote': 'PHP' },
},
}
})
});
}
}
2 changes: 1 addition & 1 deletion js/btcmarkets.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = class btcmarkets extends Exchange {
'XRP/BTC': { 'id': 'XRP/BTC', 'symbol': 'XRP/BTC', 'base': 'XRP', 'quote': 'BTC' },
'BCH/BTC': { 'id': 'BCH/BTC', 'symbol': 'BCH/BTC', 'base': 'BCH', 'quote': 'BTC' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/btctrader.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = class btctrader extends Exchange {
],
},
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/btctradeua.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = class btctradeua extends Exchange {
'taker': 0.1 / 100,
},
},
})
});
}

signIn () {
Expand Down
2 changes: 1 addition & 1 deletion js/btcturk.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ module.exports = class btcturk extends btctrader {
'ETH/TRY': { 'id': 'ETHTRY', 'symbol': 'ETH/TRY', 'base': 'ETH', 'quote': 'TRY' },
'ETH/BTC': { 'id': 'ETHBTC', 'symbol': 'ETH/BTC', 'base': 'ETH', 'quote': 'BTC' },
},
})
});
}
}
2 changes: 1 addition & 1 deletion js/btcx.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = class btcx extends Exchange {
'BTC/USD': { 'id': 'btc/usd', 'symbol': 'BTC/USD', 'base': 'BTC', 'quote': 'USD' },
'BTC/EUR': { 'id': 'btc/eur', 'symbol': 'BTC/EUR', 'base': 'BTC', 'quote': 'EUR' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/bter.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module.exports = class bter extends Exchange {
],
},
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/bxinth.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = class bxinth extends Exchange {
],
},
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/ccex.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = class ccex extends Exchange {
],
},
},
})
});
}

commonCurrencyCode (currency) {
Expand Down
2 changes: 1 addition & 1 deletion js/cex.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module.exports = class cex extends Exchange {
'taker': 0.2 / 100,
},
},
})
});
}

async fetchMarkets () {
Expand Down
2 changes: 1 addition & 1 deletion js/chbtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = class chbtc extends Exchange {
'HSR/CNY': { 'id': 'hsr_cny', 'symbol': 'HSR/CNY', 'base': 'HSR', 'quote': 'CNY' },
'QTUM/CNY': { 'id': 'qtum_cny', 'symbol': 'QTUM/CNY', 'base': 'QTUM', 'quote': 'CNY' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/chilebit.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ module.exports = class chilebit extends blinktrade {
'markets': {
'BTC/CLP': { 'id': 'BTCCLP', 'symbol': 'BTC/CLP', 'base': 'BTC', 'quote': 'CLP', 'brokerId': 9, 'broker': 'ChileBit' },
},
})
});
}
}
2 changes: 1 addition & 1 deletion js/coincheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = class coincheck extends Exchange {
// 'LTC/BTC': { 'id': 'ltc_btc', 'symbol': 'LTC/BTC', 'base': 'LTC', 'quote': 'BTC' },
// 'DASH/BTC': { 'id': 'dash_btc', 'symbol': 'DASH/BTC', 'base': 'DASH', 'quote': 'BTC' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/coinfloor.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = class coinfloor extends Exchange {
'BTC/PLN': { 'id': 'XBT/PLN', 'symbol': 'BTC/PLN', 'base': 'BTC', 'quote': 'PLN' },
'BCH/GBP': { 'id': 'BCH/GBP', 'symbol': 'BCH/GBP', 'base': 'BCH', 'quote': 'GBP' },
},
})
});
}

fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/coingi.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = class coingi extends Exchange {
'NMC/BTC': { 'id': 'nmc-btc', 'symbol': 'NMC/BTC', 'base': 'NMC', 'quote': 'BTC' },
'DASH/BTC': { 'id': 'dash-btc', 'symbol': 'DASH/BTC', 'base': 'DASH', 'quote': 'BTC' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/coinmarketcap.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = class coinmarketcap extends Exchange {
'RUB',
'USD',
],
})
});
}

async fetchOrderBook (symbol, params = {}) {
Expand Down
2 changes: 1 addition & 1 deletion js/coinmate.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = class coinmate extends Exchange {
'BTC/EUR': { 'id': 'BTC_EUR', 'symbol': 'BTC/EUR', 'base': 'BTC', 'quote': 'EUR' },
'BTC/CZK': { 'id': 'BTC_CZK', 'symbol': 'BTC/CZK', 'base': 'BTC', 'quote': 'CZK' },
},
})
});
}

async fetchBalance (params = {}) {
Expand Down
Loading

0 comments on commit 06f756c

Please sign in to comment.