From cc2d2282d82c26b0ab1d55295d25934674432c34 Mon Sep 17 00:00:00 2001 From: hellokij Date: Tue, 7 Jul 2026 14:06:10 +0530 Subject: [PATCH 1/2] Add lib/ to .solhintignore file --- config/.solhintignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.solhintignore b/config/.solhintignore index b4ac21a5c..fd3755aa5 100644 --- a/config/.solhintignore +++ b/config/.solhintignore @@ -4,4 +4,4 @@ contracts/test/ contracts/zones/PausableZone.sol test/ -lib/ \ No newline at end of file +lib/ From 36bd6ce34f6970ac919e800607026042ad16b594 Mon Sep 17 00:00:00 2001 From: hellokij Date: Tue, 7 Jul 2026 14:07:56 +0530 Subject: [PATCH 2/2] Fix formatting in tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e8c99bdc9..8ae556886 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,7 @@ "resolveJsonModule": true }, "include": [ - "./scripts", + "./scripts", "./test", "./typechain-types", "./eip-712-types",