From 14cbe63eee61c2a0e329bc8070067126114585d6 Mon Sep 17 00:00:00 2001 From: saml33 Date: Mon, 29 Jan 2024 14:45:26 +1100 Subject: [PATCH] add gecko logo --- public/icons/gecko.svg | 19 +++++++++++++++++++ utils/constants.ts | 1 + 2 files changed, 20 insertions(+) create mode 100644 public/icons/gecko.svg diff --git a/public/icons/gecko.svg b/public/icons/gecko.svg new file mode 100644 index 00000000..d3a6cbae --- /dev/null +++ b/public/icons/gecko.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/utils/constants.ts b/utils/constants.ts index 10dd9a14..5d5c5f37 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -152,6 +152,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = { ethpo: true, 'eth (portal)': true, eurc: true, + gecko: true, guac: true, hnt: true, jitosol: true,