Skip to content

Commit

Permalink
chore: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jul 22, 2024
1 parent 0ddb001 commit b71e656
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-carpets-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"viem": patch
---

Exported types required for inference.
4 changes: 4 additions & 0 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ export type {
} from '../zksync/types/log.js'
export type {
TransactionRequestEIP712,
TransactionRequest as ZkSyncTransactionRequest_internal,
ZkSyncEIP712TransactionSignable,
ZkSyncRpcTransaction,
ZkSyncRpcTransactionEIP712,
Expand All @@ -411,4 +412,7 @@ export type {
ZkSyncTransactionSerialized,
ZkSyncTransactionSerializedEIP712,
ZkSyncTransactionType,
ZkSyncRawBlockTransactions,
ZkSyncRpcTransactionReceipt,
ZkSyncTransactionDetails,
} from '../zksync/types/transaction.js'

0 comments on commit b71e656

Please sign in to comment.