Skip to content

Commit

Permalink
EDO renamed to PNT in Bitfinex
Browse files Browse the repository at this point in the history
  • Loading branch information
soulmachine committed Jun 30, 2020
1 parent e09ed5f commit 7eadbcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "crypto-pair",
"version": "0.3.1",
"version": "0.3.2",
"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 @@ -73,6 +73,7 @@ export function normalizeSymbol(symbol: string, exchange: string): string {
DRN: 'DRGN',
DSH: 'DASH',
DTX: 'DT',
EDO: 'PNT',
EUS: 'EURS',
EUT: 'EURT',
GSD: 'GUSD',
Expand Down
6 changes: 3 additions & 3 deletions tests/data/pairs_mapping.json
Expand Up @@ -891,9 +891,6 @@
"EDGE_BTC": "dadbtc",
"EDGE_ETH": "dadeth",
"EDGE_USD": "dadusd",
"EDO_BTC": "edobtc",
"EDO_ETH": "edoeth",
"EDO_USD": "edousd",
"ELF_BTC": "elfbtc",
"ELF_ETH": "elfeth",
"ELF_USD": "elfusd",
Expand Down Expand Up @@ -1047,6 +1044,9 @@
"PAX_USDT": "paxust",
"PNK_ETH": "pnketh",
"PNK_USD": "pnkusd",
"PNT_BTC": "edobtc",
"PNT_ETH": "edoeth",
"PNT_USD": "edousd",
"POA_BTC": "poabtc",
"POA_ETH": "poaeth",
"POA_USD": "poausd",
Expand Down

0 comments on commit 7eadbcb

Please sign in to comment.