@hinkal/common 0.0.172 → 0.0.174
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.
|
|
3
|
+
"version": "0.0.174",
|
|
4
4
|
"homepage": "hinkal.pro",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Hinkal Protocol"
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"web-worker": "^1.3.0",
|
|
40
40
|
"vite": "5.1.6",
|
|
41
41
|
"vite-plugin-dts": "3.7.3",
|
|
42
|
-
"vite-tsconfig-paths": "^4.3.2"
|
|
43
|
-
"wagmi": "^1.4.8"
|
|
42
|
+
"vite-tsconfig-paths": "^4.3.2"
|
|
44
43
|
},
|
|
45
44
|
"peerDependencies": {
|
|
46
|
-
"nx": "18.2.1"
|
|
45
|
+
"nx": "18.2.1",
|
|
46
|
+
"wagmi": "^1.4.8"
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ChainEventListener, IProviderAdapter } from '../data-structures/provider-adapeter/IProviderAdapter';
|
|
2
2
|
import { ContractMetadata, ContractType, EthereumNetwork } from '../types/ethereum-network.types';
|
|
3
3
|
import { ethers } from 'ethers';
|
|
4
|
-
import { Connector } from 'wagmi';
|
|
5
|
-
import { type WalletClient } from '@wagmi/core';
|
|
4
|
+
import { Connector, type WalletClient } from 'wagmi';
|
|
6
5
|
export declare class Wagmiv1ProviderAdapter implements IProviderAdapter<Connector> {
|
|
7
6
|
private connector;
|
|
8
7
|
chainId: number | undefined;
|