Skip to content

Commit

Permalink
adjust types and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Feb 5, 2025
1 parent 9303b27 commit 53f9c55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"TTFB",
"Uids",
"UNWRAPPER",
"unprefix",
"vitalik",
"vercel",
"viem",
Expand Down
3 changes: 2 additions & 1 deletion deployables/extension/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { JsonRpcRequest } from '@zodiac/messages'
import type {
ExecutionRoute as BaseExecutionRoute,
Hex,
HexAddress,
} from '@zodiac/schema'

Expand Down Expand Up @@ -29,6 +30,6 @@ export interface Eip1193Provider {
export interface TransactionData {
to?: HexAddress
value?: string
data?: HexAddress
data?: Hex
from?: HexAddress
}
1 change: 1 addition & 0 deletions packages/schema/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { decode } from './decode'
export { encode } from './encode'
export type { Hex } from './hex'
export { jsonStringify } from './jsonStringify'
export { metaTransactionRequestSchema } from './metaTransactionRequestSchema'
export type { MetaTransactionRequest } from './metaTransactionRequestSchema'
Expand Down

0 comments on commit 53f9c55

Please sign in to comment.