Skip to content

Commit 8a4fc50

Browse files
committed
feat(providers): update mina_getState
1 parent dec1ee0 commit 8a4fc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/providers/src/validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const SetStateRequestParamsSchema = RequestWithContext.extend({
8181
}).strict();
8282
export const GetStateRequestParamsSchema = RequestWithContext.extend({
8383
method: z.literal("mina_getState"),
84-
params: z.array(z.string()),
84+
params: z.array(JsonSchema),
8585
}).strict();
8686

8787
// Returns

0 commit comments

Comments
 (0)