From d63cf1e30a0487e0ec19cb92777fded9e416fcf8 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 21 Oct 2020 13:49:43 +0800 Subject: [PATCH] Update explorer token registry (#13048) --- explorer/public/tokens/usdc.svg | 20 ++++++++++++++++++++ explorer/src/tokenRegistry.ts | 13 +++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 explorer/public/tokens/usdc.svg diff --git a/explorer/public/tokens/usdc.svg b/explorer/public/tokens/usdc.svg new file mode 100644 index 000000000..bcec78210 --- /dev/null +++ b/explorer/public/tokens/usdc.svg @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index bb9bae37e..ca9a3dc61 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -26,10 +26,23 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = { SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt: { name: "Serum", symbol: "SRM", + logo: "/tokens/serum-64.png", + icon: "/tokens/serum-32.png", + website: "https://projectserum.com", }, MSRMcoVyrFxnSgo5uXwone5SKcGhT1KEJMFEkMEWf9L: { name: "MegaSerum", symbol: "MSRM", + logo: "/tokens/serum-64.png", + icon: "/tokens/serum-32.png", + website: "https://projectserum.com", + }, + EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v: { + symbol: "USDC", + name: "USD Coin", + logo: "/tokens/usdc.svg", + icon: "/tokens/usdc.svg", + website: "https://www.centre.io/", }, "9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E": { symbol: "BTC",