Skip to content

Commit

Permalink
Add BGBP to unsupported binance assets
Browse files Browse the repository at this point in the history
  • Loading branch information
LefterisJP committed Jul 23, 2019
1 parent c4bad73 commit 3627f42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rotkehlchen/assets/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,10 @@

UNSUPPORTED_BINANCE_ASSETS = (
'ETF', # ETF is a dead coin given to all ETH holders. Just ignore
# BTCB and USDSB is not yet supported anywhere else
# BTCB, USDSB, BGBP are not yet supported anywhere else
'BTCB', # https://www.binance.com/en/support/articles/360029288972
'USDSB', # https://www.binance.com/en/support/articles/360029522132
'BGBP', # https://www.binance.com/en/support/articles/360030827252
)

CRYPTOCOMPARE_TO_WORLD = {v: k for k, v in WORLD_TO_CRYPTOCOMPARE.items()}
Expand Down

0 comments on commit 3627f42

Please sign in to comment.