Skip to content

Commit 1f67314

Browse files
committed
feat: remove extra property not used
1 parent 5c0c6ad commit 1f67314

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/schemas/src/lib/schemas.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export const LitEVMChainSchema = LitBaseChainSchema.extend({
116116
chainId: z.number(),
117117
contractAddress: z.union([z.string().optional(), z.null()]),
118118
type: z.union([z.string().optional(), z.null()]),
119-
extra: z.boolean().optional(), // TODO Check if we need this
120119
})
121120
.strict()
122121
.readonly();

0 commit comments

Comments
 (0)