@hinkal/common 0.0.171 → 0.0.173
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +4 -2
package/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import { Mutex as KA } from "async-mutex";
|
|
|
7
7
|
import { UAParser as JA } from "ua-parser-js";
|
|
8
8
|
import { CHAINS as RI } from "@axelar-network/axelarjs-sdk";
|
|
9
9
|
import { v4 as pA } from "uuid";
|
|
10
|
-
import { disconnect as tA, getAccount as vg, connect as HA, signMessage as uA, switchNetwork as xA, watchAccount as XA, watchNetwork as LA } from "wagmi/
|
|
10
|
+
import { disconnect as tA, getAccount as vg, connect as HA, signMessage as uA, switchNetwork as xA, watchAccount as XA, watchNetwork as LA } from "@wagmi/core";
|
|
11
11
|
const TI = "https://hinkal-s3-assets.s3.us-west-1.amazonaws.com/assets/", X2 = {
|
|
12
12
|
CHEVRON: `${TI}Chevron.svg`,
|
|
13
13
|
MOON: `${TI}Moon.svg`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hinkal/common",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.173",
|
|
4
4
|
"homepage": "hinkal.pro",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Hinkal Protocol"
|
|
@@ -39,7 +39,9 @@
|
|
|
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"
|
|
42
|
+
"vite-tsconfig-paths": "^4.3.2",
|
|
43
|
+
"wagmi": "^1.4.8",
|
|
44
|
+
"@wagmi/core": "^1.4.8"
|
|
43
45
|
},
|
|
44
46
|
"peerDependencies": {
|
|
45
47
|
"nx": "18.2.1"
|