1
0

Added USDT

This commit is contained in:
Jon Michael Aanes 2024-07-17 22:16:30 +02:00
parent a7c6f83955
commit d7e564f3cc
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -176,6 +176,7 @@ BTC = CryptoCurrency('BTC', coingecko_id='bitcoin')
MPC = CryptoCurrency('MPC', coingecko_id='partisia-blockchain')
SPX = Index('SPX')
NDX = Index('NDX')
USDT = CryptoCurrency('USDT', 'tether')
COMMON_NAMES: dict[Asset, list[str]] = {
FiatCurrency('USD'): ['U.S. Dollar'],
@ -203,7 +204,7 @@ COMMON_NAMES: dict[Asset, list[str]] = {
# Stable-coins
CryptoCurrency('DAI', 'dai'): ['DAI'],
CryptoCurrency('USDC', 'usdc'): ['USD Coin'],
CryptoCurrency('USDT', 'tether'): ['Tether USDT'],
USDT: ['Tether USDT'],
}
WELL_KNOWN_SYMBOLS = (