Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Update kraken.js #322

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update kraken.js
Updated crypto_currencies and fiat_currencies
  • Loading branch information
Piega committed Jun 10, 2016
commit cbe9150041c58f1466a1ec32a405611d19e7197f
10 changes: 7 additions & 3 deletions exchanges/kraken.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@ var _ = require('lodash');
var log = require('../core/log');

var crypto_currencies = [
"DAO",
"ETH",
"LTC",
"NMC",
"XBT",
"XVN",
"XDG",
"XLM",
"XRP"
];

var fiat_currencies = [
"CAD",
"EUR",
"KRW",
"GBP",
"JPY",
"USD"
];

Expand Down