From 45e61de4bedcbcbacbfad5ec7e3a9f3251aa46ce Mon Sep 17 00:00:00 2001 From: Songwong Tasneeyapant <16089160+songwongtp@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:04:25 +0700 Subject: [PATCH] fix: yParity optional --- src/lib/services/types/tx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/services/types/tx.ts b/src/lib/services/types/tx.ts index 4cd989b1e..33b93555f 100644 --- a/src/lib/services/types/tx.ts +++ b/src/lib/services/types/tx.ts @@ -447,7 +447,7 @@ export const zTxJsonRpc = z.object({ v: z.string(), r: z.string(), s: z.string(), - yParity: z.string(), + yParity: z.string().optional(), }); export const zTxReceiptJsonRpc = z.object({