From eb35c03befef441394a0a6f5b06814dcfe375a7c Mon Sep 17 00:00:00 2001 From: DR497 <47689875+dr497@users.noreply.github.com> Date: Tue, 15 Dec 2020 00:11:13 +0800 Subject: [PATCH] Fida token (#14111) --- explorer/public/tokens/fida.svg | 1 + explorer/src/tokenRegistry.ts | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 explorer/public/tokens/fida.svg diff --git a/explorer/public/tokens/fida.svg b/explorer/public/tokens/fida.svg new file mode 100644 index 000000000..5c6289ec5 --- /dev/null +++ b/explorer/public/tokens/fida.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/explorer/src/tokenRegistry.ts b/explorer/src/tokenRegistry.ts index 625b1c62a..26632ed35 100644 --- a/explorer/src/tokenRegistry.ts +++ b/explorer/src/tokenRegistry.ts @@ -258,4 +258,11 @@ const MAINNET_TOKENS: { [key: string]: TokenDetails } = { name: "SRM tee-shirt", website: "https://solible.com", }, + EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp: { + symbol: "FIDA", + name: "FIDA", + logo: "/tokens/fida.svg", + icon: "/tokens/fida.svg", + website: "https://bonfida.com", + }, };