Merge pull request #9327 from amargedon/mapping-fiat-usdc

Add FIAT mapping for USDC
This commit is contained in:
Matthias 2023-10-22 20:12:42 +02:00 committed by GitHub
commit c62aefbfde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ coingecko_mapping = {
'usdt': 'tether', 'usdt': 'tether',
'busd': 'binance-usd', 'busd': 'binance-usd',
'tusd': 'true-usd', 'tusd': 'true-usd',
'usdc': 'usd-coin',
} }