@hinkal/common 0.0.193 → 0.0.194

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hinkal/common",
3
- "version": "0.0.193",
3
+ "version": "0.0.194",
4
4
  "homepage": "hinkal.pro",
5
5
  "author": {
6
6
  "name": "Hinkal Protocol"
@@ -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/core';
5
6
  declare module 'wagmi/actions';
6
7
  export declare class Wagmiv1ProviderAdapter implements IProviderAdapter<Connector> {
7
8
  private connector;