Merge pull request #8941 from SitoCH/develop

Map BUSD to correct coingecko id
This commit is contained in:
Matthias
2023-07-22 08:33:17 +02:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ coingecko_mapping = {
'bnb': 'binancecoin',
'sol': 'solana',
'usdt': 'tether',
'busd': 'binance-usd',
}