@rainbow-me/kit-utils
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -1,4 +0,8 @@ | ||
import type { TxHistoryFetcher } from './types'; | ||
import type { BlockTag, Log, TransactionResponse } from '@ethersproject/abstract-provider'; | ||
import type { EtherscanProvider } from '@ethersproject/providers'; | ||
export declare type TxHistoryFetcher<Tx = any, P = any, O = any> = (opts: { | ||
address: string; | ||
provider: P; | ||
options?: O; | ||
}) => Promise<Tx[]>; | ||
export declare const logsFetcher: TxHistoryFetcher<Log>; | ||
@@ -5,0 +9,0 @@ export declare const etherscanFetcher: TxHistoryFetcher<TransactionResponse, EtherscanProvider, { |
@@ -0,1 +1,7 @@ | ||
import type { AbstractConnector } from '@web3-react/abstract-connector'; | ||
export declare type Wallet = { | ||
name: string; | ||
hidden?: boolean; | ||
connector: AbstractConnector; | ||
}; | ||
/** | ||
@@ -2,0 +8,0 @@ * Get wallet name and icon |
{ | ||
"name": "@rainbow-me/kit-utils", | ||
"type": "module", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"exports": "./dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
39233
1171
0