Skip to content

Commit

Permalink
Added AUD for Kraken
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Jun 30, 2020
1 parent 1aee777 commit 59c332c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "crypto-pair",
"version": "0.3.3",
"version": "0.3.4",
"description": "Normalize cryptocurrency trade pairs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -230,6 +230,7 @@ export function normalizePair(rawPair: string, exchange: string): string | undef
}
case 'Kraken': {
const QUOTE_SYMBOLS = [
'AUD',
'BTC',
'ETH',
'EUR',
Expand Down
1 change: 1 addition & 0 deletions tests/data/pairs_mapping.json
Expand Up @@ -1884,6 +1884,7 @@
"BAT_ETH": "BATETH",
"BAT_EUR": "BATEUR",
"BAT_USD": "BATUSD",
"BCH_AUD": "BCHAUD",
"BCH_BTC": "BCHXBT",
"BCH_EUR": "BCHEUR",
"BCH_USD": "BCHUSD",
Expand Down

0 comments on commit 59c332c

Please sign in to comment.