From 536becbfab857f6dec595be535be3bfa12352695 Mon Sep 17 00:00:00 2001 From: dr497 Date: Wed, 18 Nov 2020 20:33:31 +0800 Subject: [PATCH] explorer: Add SRM tee-shirt NFT to the tokenRegistry --- explorer/src/tokenRegistry.ts | 5 +++++ 1 file changed, 5 insertions(+) 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", + }, };