Skip to content

Commit

Permalink
chore(repo): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Oct 30, 2024
1 parent 3933058 commit 7fe60e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/providers/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export type ProviderRpcEvent =
| "disconnect"
| "chainChanged"
| "accountsChanged"
| "mina_message";
| "minaMessage";

export type ProviderListener = z.infer<typeof ProviderListenerSchema>;

Expand Down
2 changes: 1 addition & 1 deletion packages/providers/src/validation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { ZkAppCommandPayload } from "@mina-js/utils";
import { JsonSchema } from "@mina-js/utils";
import {
FieldSchema,
Expand All @@ -9,6 +8,7 @@ import {
SignedTransactionSchema,
TransactionPayloadSchema,
TransactionReceiptSchema,
ZkAppCommandPayload,
} from "@mina-js/utils";
import { z } from "zod";

Expand Down

0 comments on commit 7fe60e8

Please sign in to comment.