Add BNB to cryptomap
This commit is contained in:
parent
9f477fce0f
commit
281e865c2f
@ -76,7 +76,8 @@ class CryptoToFiatConverter(object):
|
|||||||
CRYPTOMAP = {
|
CRYPTOMAP = {
|
||||||
'BTC': 'bitcoin',
|
'BTC': 'bitcoin',
|
||||||
'ETH': 'ethereum',
|
'ETH': 'ethereum',
|
||||||
'USDT': 'thether'
|
'USDT': 'thether',
|
||||||
|
'BNB': 'binance-coin'
|
||||||
}
|
}
|
||||||
|
|
||||||
def __new__(cls):
|
def __new__(cls):
|
||||||
|
Loading…
Reference in New Issue
Block a user