From c1425186c896723a090e93a24db9ae836631d7b6 Mon Sep 17 00:00:00 2001 From: tommyrharper Date: Wed, 22 Nov 2023 19:21:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=F0=9F=A7=B9=20Add=20correct=20cond?= =?UTF-8?q?itions=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/Signature.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Signature.test.ts b/test/Signature.test.ts index 9d379eb7..c444a5a9 100644 --- a/test/Signature.test.ts +++ b/test/Signature.test.ts @@ -25,7 +25,7 @@ const maxExecutorFee = // 0x6162630000000000000000000000000000000000000000000000000000000000 = abc // 0x6465660000000000000000000000000000000000000000000000000000000000 = def // 0x6768690000000000000000000000000000000000000000000000000000000000 = ghi -const conditions: any[] = [ +const conditions: string[] = [ "0x6162630000000000000000000000000000000000000000000000000000000000", "0x6465660000000000000000000000000000000000000000000000000000000000", "0x6768690000000000000000000000000000000000000000000000000000000000",