Skip to content

Commit 317885a

Browse files
authored
Merge pull request ccxt#17502 from samgermain/bifi-to-bifif
Revert "fix(kucoin & mexc): removed commonCurrency BiFi->BIFIF"
2 parents 52078bb + db1c051 commit 317885a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ts/src/kucoin.ts

+1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ export default class kucoin extends Exchange {
405405
},
406406
},
407407
'commonCurrencies': {
408+
'BIFI': 'BIFIF',
408409
'EDGE': 'DADI', // https://github.com/ccxt/ccxt/issues/5756
409410
'HOT': 'HOTNOW',
410411
'TRY': 'Trias',

ts/src/mexc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ export default class mexc extends Exchange {
428428
},
429429
'commonCurrencies': {
430430
'BEYONDPROTOCOL': 'BEYOND',
431+
'BIFI': 'BIFIF',
431432
'BYN': 'BeyondFi',
432433
'COFI': 'COFIX', // conflict with CoinFi
433434
'DFI': 'DfiStarter',

0 commit comments

Comments
 (0)