Map usdt fiat to correct coingecko fiat

This commit is contained in:
Matthias 2022-03-09 17:35:41 +01:00
parent a568548192
commit e90e3cead0

View File

@ -23,6 +23,7 @@ coingecko_mapping = {
'eth': 'ethereum', 'eth': 'ethereum',
'bnb': 'binancecoin', 'bnb': 'binancecoin',
'sol': 'solana', 'sol': 'solana',
'usdt': 'tether',
} }