Skip to content

Commit

Permalink
Added RON fiat and egld to binancecom and binancecom ratesource.
Browse files Browse the repository at this point in the history
  • Loading branch information
Val3nt1nN committed Dec 14, 2023
1 parent aa663ce commit ad3a0d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class BinanceComExchange extends BinanceExchange {
SUPPORTED_FIATS.add(FiatCurrency.EUR.getCode());
SUPPORTED_FIATS.add(FiatCurrency.GBP.getCode());
SUPPORTED_FIATS.add(FiatCurrency.RUB.getCode());
SUPPORTED_FIATS.add(FiatCurrency.RON.getCode());
SUPPORTED_FIATS.add(CryptoCurrency.BUSD.getCode());
SUPPORTED_FIATS.add(CryptoCurrency.DAI.getCode());
SUPPORTED_FIATS.add(CryptoCurrency.USDC.getCode());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@
<cryptocurrency>DOGE</cryptocurrency>
<cryptocurrency buyonly="true">ETH</cryptocurrency>
<cryptocurrency>GRS</cryptocurrency>
<cryptocurrency>EGLD</cryptocurrency>
<cryptocurrency>LSK</cryptocurrency>
<cryptocurrency>LTC</cryptocurrency>
<cryptocurrency>NANO</cryptocurrency>
Expand All @@ -723,6 +724,7 @@
<cryptocurrency>DOGE</cryptocurrency>
<cryptocurrency>ETH</cryptocurrency>
<cryptocurrency>GRS</cryptocurrency>
<cryptocurrency>EGLD</cryptocurrency>
<cryptocurrency>LSK</cryptocurrency>
<cryptocurrency>LTC</cryptocurrency>
<cryptocurrency>NANO</cryptocurrency>
Expand Down

0 comments on commit ad3a0d1

Please sign in to comment.