Add BNB to cryptomap

This commit is contained in:
Matthias Voppichler 2018-04-21 23:05:41 +02:00
parent 9f477fce0f
commit 281e865c2f

View File

@ -76,7 +76,8 @@ class CryptoToFiatConverter(object):
CRYPTOMAP = {
'BTC': 'bitcoin',
'ETH': 'ethereum',
'USDT': 'thether'
'USDT': 'thether',
'BNB': 'binance-coin'
}
def __new__(cls):