Add USDT to token registry (#15019)

Co-authored-by: publish-docs.sh <maintainers@solana.com>
This commit is contained in:
Dan Albert
2021-02-02 15:52:00 -07:00
committed by GitHub
parent 7831428e82
commit 903a08c4b3

View File

@ -286,4 +286,11 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = {
icon: "/tokens/maps.svg",
website: "https://maps.me/",
},
Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB: {
symbol: "USDT",
name: "USDT",
logo: "/tokens/usdt.svg",
icon: "/tokens/usdt.svg",
website: "https://tether.to",
},
};