From a7211d971dba0b82b97c4ff9e1300dc0fe306a2f Mon Sep 17 00:00:00 2001 From: Viki Val Date: Thu, 19 Sep 2024 14:03:40 +0200 Subject: [PATCH] :wrench: use 64 as a default --- utils/drop.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/drop.ts b/utils/drop.ts index 5c7d1e41b4..985e8fc7fd 100644 --- a/utils/drop.ts +++ b/utils/drop.ts @@ -43,6 +43,6 @@ export const AHP_POPULAR_DROP_COLLECTIONS = [ '38', // Generativ Art - Pare1d0scope ] -export const FALLBACK_DROP_COLLECTION_MAX = 256 +export const FALLBACK_DROP_COLLECTION_MAX = 64 export const DROP_CARD_MIN_WIDTH = 334 // px