Skip to content

Commit

Permalink
feat(providers): update mina_getState
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Oct 28, 2024
1 parent dec1ee0 commit 8a4fc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/src/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const SetStateRequestParamsSchema = RequestWithContext.extend({
}).strict();
export const GetStateRequestParamsSchema = RequestWithContext.extend({
method: z.literal("mina_getState"),
params: z.array(z.string()),
params: z.array(JsonSchema),
}).strict();

// Returns
Expand Down

0 comments on commit 8a4fc50

Please sign in to comment.