diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index 17f30775d8..625b1c62a4 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -253,4 +253,9 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = { name: "Bitcoin Tram", website: "https://solible.com", }, + "7TRzvCqXN8KSXggbSyeEG2Z9YBBhEFmbtmv6FLbd4mmd": { + symbol: "SRM tee-shirt", + name: "SRM tee-shirt", + website: "https://solible.com", + }, };