From 903a08c4b3f37ca1f609e1eccc5c93c8308b1298 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 2 Feb 2021 15:52:00 -0700 Subject: [PATCH] Add USDT to token registry (#15019) Co-authored-by: publish-docs.sh --- explorer/src/tokenRegistry.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index ef26aaca4b..06b018e5af 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -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", + }, };