Skip to content

Commit

Permalink
CryptoYa: Exclude Binance
Browse files Browse the repository at this point in the history
Our Binance price provider gets the exchange rate from Binance already.
  • Loading branch information
alvasw committed Sep 13, 2023
1 parent 58310b7 commit b845b53
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ private List<String> exchangeNames() {
"saldo",
"kriptonmarket",
"calypso",
"bybit",
"binance"
"bybit"
// "binance" - We exclude "binance" because our Binance price provider gets the exchange rate already.
);
}

Expand All @@ -113,8 +113,8 @@ private List<CryptoYaTicker> allTickers() {
saldo,
kriptonmarket,
calypso,
bybit,
binance
bybit
// binance - We exclude "binance" because our Binance price provider gets the exchange rate already.
);
}
}

0 comments on commit b845b53

Please sign in to comment.