Skip to content

Commit

Permalink
hotfix kraken, fix askmike#1018
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Aug 21, 2017
1 parent 7bac76a commit d1b9b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exchanges/kraken.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Trader.getCapabilities = function () {
name: 'Kraken',
slug: 'kraken',
currencies: ['CAD', 'EUR', 'GBP', 'JPY', 'USD', 'XBT'],
assets: ['XBT', 'LTC', 'GNO', 'ICN', 'MLN', 'REP', 'XDG', 'XLM', 'XMR', 'XRP', 'ZEC' 'ETH', 'BCH', 'DASH', 'EOS', 'ETC']
assets: ['XBT', 'LTC', 'GNO', 'ICN', 'MLN', 'REP', 'XDG', 'XLM', 'XMR', 'XRP', 'ZEC', 'ETH', 'BCH', 'DASH', 'EOS', 'ETC'],
markets: [
//Tradeable againt ETH
{ pair: ['XBT', 'ETH'], minimalOrder: { amount: 0.01, unit: 'asset' } },
Expand Down Expand Up @@ -407,7 +407,7 @@ Trader.getCapabilities = function () {
{ pair: ['EUR', 'XBT'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['GBP', 'XBT'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['JPY', 'XBT'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['USD', 'XBT'], minimalOrder: { amount: 0.01, unit: 'asset' } }
{ pair: ['USD', 'XBT'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['DASH', 'XBT'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['EOS', 'XBT'], minimalOrder: { amount: 0.01, unit: 'asset' } },
{ pair: ['ETC', 'XBT'], minimalOrder: { amount: 0.01, unit: 'asset' } },
Expand Down

0 comments on commit d1b9b58

Please sign in to comment.