diff --git a/src/integration/exchange/entities/exchange-tx.entity.ts b/src/integration/exchange/entities/exchange-tx.entity.ts index 261582359a..aa83d762ce 100644 --- a/src/integration/exchange/entities/exchange-tx.entity.ts +++ b/src/integration/exchange/entities/exchange-tx.entity.ts @@ -136,7 +136,14 @@ export const ExchangeSyncs: ExchangeSync[] = [ tokens: ['EUR', 'CHF', 'USD', 'BTC', 'USDT', 'USDC', 'ETH', 'DAI'], tokenReplacements: [], }, - { exchange: ExchangeName.BINANCE, tradeTokens: ['BTC', 'USDT'], tokenReplacements: [['BTCB', 'BTC']] }, + { + exchange: ExchangeName.BINANCE, + tradeTokens: ['BTC', 'USDT'], + tokenReplacements: [ + ['BTCB', 'BTC'], + ['BBTC', 'BTC'], + ], + }, { exchange: ExchangeName.MEXC, tokens: ['ZCHF', 'XMR', 'USDT', 'ZANO', 'fUSD'],