Skip to content

Commit

Permalink
add SuaveProvider+SuaveWallet to type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Dec 12, 2023
1 parent f65bd51 commit efff7cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chains/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,13 @@ export type {
RpcTransactionRequestSuave,
RpcTransactionSuave,
SuaveBlock,
SuaveProvider,
SuaveBlockOverrides,
SuaveRpcBlock,
SuaveTransactionReceiptOverrides,
SuaveTxRequestType,
SuaveTxType,
SuaveWallet,
TransactionReceiptSuave,
TransactionRequestSuave,
TransactionSerializableEIP2930,
Expand All @@ -68,3 +70,4 @@ export {
SuaveTxTypes,
SuaveTxRequestTypes,
} from '../suave/types.js'
export type {} from '../suave/wallet.js'

0 comments on commit efff7cc

Please sign in to comment.