From 585f296c8857be8ca7be2e89bfb3e10b2d7be222 Mon Sep 17 00:00:00 2001 From: saml33 Date: Sat, 14 Oct 2023 21:46:39 +1100 Subject: [PATCH] add tbtc logo --- public/icons/crown.svg | 2 +- public/icons/tbtc.svg | 15 +++++++++++++++ utils/constants.ts | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 public/icons/tbtc.svg diff --git a/public/icons/crown.svg b/public/icons/crown.svg index 52b011d6..607932bc 100644 --- a/public/icons/crown.svg +++ b/public/icons/crown.svg @@ -5,7 +5,7 @@ - + diff --git a/public/icons/tbtc.svg b/public/icons/tbtc.svg new file mode 100644 index 00000000..5fbbc80e --- /dev/null +++ b/public/icons/tbtc.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/utils/constants.ts b/utils/constants.ts index 5fc3e6f4..eba66eea 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -150,6 +150,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = { rndr: true, sol: true, stsol: true, + tbtc: true, usdc: true, usdh: true, usdt: true,