From 7ddf10e602d2ed87a9e3737aa8c32f1db9f909d8 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 29 Oct 2020 22:37:22 -0700 Subject: [PATCH] explorer: add Wrapped FRONT to token registry (#13299) --- explorer/public/tokens/front.svg | 34 ++++++++++++++++++++++++++++++++ explorer/src/tokenRegistry.ts | 7 +++++++ 2 files changed, 41 insertions(+) create mode 100644 explorer/public/tokens/front.svg diff --git a/explorer/public/tokens/front.svg b/explorer/public/tokens/front.svg new file mode 100644 index 000000000..17506fc5c --- /dev/null +++ b/explorer/public/tokens/front.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index ca9a3dc61..1666d0fc6 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -44,6 +44,13 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = { icon: "/tokens/usdc.svg", website: "https://www.centre.io/", }, + "9S4t2NEAiJVMvPdRYKVrfJpBafPBLtvbvyS3DecojQHw": { + symbol: "FRONT", + name: "Wrapped FRONT", + logo: "/tokens/front.svg", + icon: "/tokens/front.svg", + website: "https://frontier.xyz/", + }, "9n4nbM75f5Ui33ZbPYXn59EwSgE8CGsHtAeTH5YFeJ9E": { symbol: "BTC", name: "Wrapped Bitcoin",