From b110ad5e2c1586be036e0fbbc82aaa33b013ff7a Mon Sep 17 00:00:00 2001 From: saml33 Date: Thu, 8 Feb 2024 22:03:58 +1100 Subject: [PATCH] add step logo --- public/icons/step.svg | 20 ++++++++++++++++++++ utils/constants.ts | 1 + 2 files changed, 21 insertions(+) create mode 100644 public/icons/step.svg diff --git a/public/icons/step.svg b/public/icons/step.svg new file mode 100644 index 00000000..5a44e723 --- /dev/null +++ b/public/icons/step.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/utils/constants.ts b/utils/constants.ts index 78dc0f60..8340a295 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -178,6 +178,7 @@ export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = { samo: true, slcl: true, sol: true, + step: true, stsol: true, tbtc: true, usdc: true,