@hinkal/common 0.0.192 → 0.0.193
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -2,6 +2,7 @@ import { ChainEventListener, IProviderAdapter } from '../data-structures/provide
|
|
|
2
2
|
import { ContractMetadata, ContractType, EthereumNetwork } from '../types/ethereum-network.types';
|
|
3
3
|
import { ethers } from 'ethers';
|
|
4
4
|
import { type Connector, type WalletClient } from 'wagmi';
|
|
5
|
+
declare module 'wagmi/actions';
|
|
5
6
|
export declare class Wagmiv1ProviderAdapter implements IProviderAdapter<Connector> {
|
|
6
7
|
private connector;
|
|
7
8
|
chainId: number | undefined;
|