From a5381bcdca9e44663b86f96a0986afd23caf43a4 Mon Sep 17 00:00:00 2001 From: saml33 Date: Tue, 26 Sep 2023 10:34:23 +1000 Subject: [PATCH] add all logo --- public/icons/all.svg | 19 +++++++++++++++++++ utils/constants.ts | 1 + 2 files changed, 20 insertions(+) create mode 100644 public/icons/all.svg diff --git a/public/icons/all.svg b/public/icons/all.svg new file mode 100644 index 00000000..f409f2eb --- /dev/null +++ b/public/icons/all.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/utils/constants.ts b/utils/constants.ts index 3670847e..4ddefa58 100644 --- a/utils/constants.ts +++ b/utils/constants.ts @@ -126,6 +126,7 @@ export const AUCTION_HOUSE_ID = new PublicKey( 'BGBBt6G9bp36i5qt7PWjBWg3VNef1zPozAN9RFsEPDkh', ) export const CUSTOM_TOKEN_ICONS: { [key: string]: boolean } = { + all: true, bonk: true, btc: true, chai: true,