From 8a8977f7fccd5232323c717174343c1e47cfcad3 Mon Sep 17 00:00:00 2001
From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com>
Date: Fri, 13 Jun 2025 19:20:13 +0200
Subject: [PATCH 1/2] Update drop721.test.ts

Signed-off-by: fuder.eth <139509124+vtjl10@users.noreply.github.com>
---
 packages/thirdweb/src/extensions/erc721/drop721.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/thirdweb/src/extensions/erc721/drop721.test.ts b/packages/thirdweb/src/extensions/erc721/drop721.test.ts
index ef943042973..7e861645fb0 100644
--- a/packages/thirdweb/src/extensions/erc721/drop721.test.ts
+++ b/packages/thirdweb/src/extensions/erc721/drop721.test.ts
@@ -290,7 +290,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
         ).resolves.toBe(1n);
 
         // we try to claim an extra `2` tokens
-        // this should faile bcause the max claimable is `3` and we have previously already claimed 2 tokens (one for ourselves, one for the other wallet)
+        // this should faile because the max claimable is `3` and we have previously already claimed 2 tokens (one for ourselves, one for the other wallet)
         // NOTE: this relies on the previous tests, we should extract this and properly re-set tests every time
         // this probably requires re-deploying contracts for every test => clean slate
         await expect(

From 878979dccfb3240e986722d8760a14fcab9ca07c Mon Sep 17 00:00:00 2001
From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com>
Date: Sat, 21 Jun 2025 07:26:51 +0200
Subject: [PATCH 2/2] Update drop721.test.ts

Signed-off-by: fuder.eth <139509124+vtjl10@users.noreply.github.com>
---
 packages/thirdweb/src/extensions/erc721/drop721.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/thirdweb/src/extensions/erc721/drop721.test.ts b/packages/thirdweb/src/extensions/erc721/drop721.test.ts
index 7e861645fb0..44556e8d201 100644
--- a/packages/thirdweb/src/extensions/erc721/drop721.test.ts
+++ b/packages/thirdweb/src/extensions/erc721/drop721.test.ts
@@ -290,7 +290,7 @@ describe.runIf(process.env.TW_SECRET_KEY)(
         ).resolves.toBe(1n);
 
         // we try to claim an extra `2` tokens
-        // this should faile because the max claimable is `3` and we have previously already claimed 2 tokens (one for ourselves, one for the other wallet)
+        // this should fail because the max claimable is `3` and we have previously already claimed 2 tokens (one for ourselves, one for the other wallet)
         // NOTE: this relies on the previous tests, we should extract this and properly re-set tests every time
         // this probably requires re-deploying contracts for every test => clean slate
         await expect(