Skip to content

Commit

Permalink
Attempt to fix ENJ for us users
Browse files Browse the repository at this point in the history
  • Loading branch information
titulebolide committed Sep 2, 2021
1 parent 85ee1b6 commit fb4114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brb/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def build_ticker(all_symbols, tickers_raw):

for symbol in set(backup_coins + all_symbols):
success = False
for stable in ("USDT", "BUSD", "USDC", "DAI"):
for stable in ("USD", "USDT", "BUSD", "USDC", "DAI"):
pair = symbol + stable
if pair in tickers_raw:
tickers[symbol] = tickers_raw[pair]
Expand Down

0 comments on commit fb4114b

Please sign in to comment.