Skip to content

Commit 7fe60e8

Browse files
committed
chore(repo): update imports
1 parent 3933058 commit 7fe60e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/providers/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export type ProviderRpcEvent =
3030
| "disconnect"
3131
| "chainChanged"
3232
| "accountsChanged"
33-
| "mina_message";
33+
| "minaMessage";
3434

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

packages/providers/src/validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ZkAppCommandPayload } from "@mina-js/utils";
21
import { JsonSchema } from "@mina-js/utils";
32
import {
43
FieldSchema,
@@ -9,6 +8,7 @@ import {
98
SignedTransactionSchema,
109
TransactionPayloadSchema,
1110
TransactionReceiptSchema,
11+
ZkAppCommandPayload,
1212
} from "@mina-js/utils";
1313
import { z } from "zod";
1414

0 commit comments

Comments
 (0)