Skip to content

Commit

Permalink
fix: yParity optional
Browse files Browse the repository at this point in the history
  • Loading branch information
songwongtp authored Oct 26, 2024
1 parent 89b1f7d commit 45e61de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/services/types/tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 45e61de

Please sign in to comment.