@edgeandnode/graph-auth-kit 3.17.0-for-docs-1733194268975-a86cf1dbc74225a09eeb1e7b7a75c23886365acf → 4.0.0-updating-switchNetwork-networkIcon-caip2id-1733331573973-050f9aca50dd039b0c7bb41468d2b5401c191516
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/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { m, A, k, B, D, v, G, L, n, o, p, M, O, R, u, a, S, q, r, s, t, l, g, j, c, b, f, h, e, i, d } from "./utils-CWqavpCw.js";
|
|
2
|
-
import { G as G2, a as a2, M as M2, b as b2, d as d2, u as u2 } from "./utils-
|
|
2
|
+
import { G as G2, a as a2, M as M2, b as b2, d as d2, u as u2 } from "./utils-CNoLR21V.js";
|
|
3
3
|
import { d as useGraphAuthKitAccount, e as useGraphAuthKitConnector } from "./useGraphAuthKitEnsNames-Dcd21fxr.js";
|
|
4
4
|
import { g as g2, f as f2, i as i2, u as u3, a as a3, b as b3, c as c2, j as j2, k as k2, h as h2 } from "./useGraphAuthKitEnsNames-Dcd21fxr.js";
|
|
5
5
|
import { c as c3, f as f3, g as g3, b as b4, a as a4, d as d3, e as e2, i as i3, m as m2 } from "./GraphAuthKitInner.context-CCYbq9tJ.js";
|
|
@@ -377,7 +377,7 @@ function SafeInputForm() {
|
|
|
377
377
|
void validateMultisigSchema({ ...state, network: selected });
|
|
378
378
|
},
|
|
379
379
|
valueLabel: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
380
|
-
/* @__PURE__ */ jsx(NetworkIcon, {
|
|
380
|
+
/* @__PURE__ */ jsx(NetworkIcon, { caip2Id: `eip155:${state.network}` }),
|
|
381
381
|
SafeSupportedNetworkNames[state.network].name
|
|
382
382
|
] }),
|
|
383
383
|
children: Object.values(SafeSupportedNetworkNames).sort((a, b) => {
|
|
@@ -388,7 +388,7 @@ function SafeInputForm() {
|
|
|
388
388
|
}
|
|
389
389
|
return a.id - b.id;
|
|
390
390
|
}).map((n) => /* @__PURE__ */ jsx(ExperimentalSelect.Option, { value: n.id, children: /* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
391
|
-
/* @__PURE__ */ jsx(NetworkIcon, {
|
|
391
|
+
/* @__PURE__ */ jsx(NetworkIcon, { caip2Id: `eip155:${n.id}` }),
|
|
392
392
|
n.name
|
|
393
393
|
] }) }, n.id))
|
|
394
394
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edgeandnode/graph-auth-kit",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-updating-switchNetwork-networkIcon-caip2id-1733331573973-050f9aca50dd039b0c7bb41468d2b5401c191516",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Wallet authentication connect kit in The Graph suite of applications",
|
|
6
6
|
"author": "Edge & Node",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@safe-global/protocol-kit": "^5.0.4",
|
|
43
43
|
"@safe-global/safe-core-sdk-types": "^5.1.0",
|
|
44
44
|
"@theme-ui/core": "^0.17.1",
|
|
45
|
-
"@wagmi/core": "^2.15.
|
|
45
|
+
"@wagmi/core": "^2.15.0",
|
|
46
46
|
"tailwindcss": "^3.4.15",
|
|
47
47
|
"zod": "^3.23.8"
|
|
48
48
|
},
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
"theme-ui": ">=0.16",
|
|
56
56
|
"viem": "^2.21",
|
|
57
57
|
"wagmi": "^2.12",
|
|
58
|
-
"@edgeandnode/common": "^6.
|
|
58
|
+
"@edgeandnode/common": "^6.35.0",
|
|
59
59
|
"@edgeandnode/ens": "^2.0.1",
|
|
60
|
-
"@edgeandnode/gds": "^
|
|
61
|
-
"@edgeandnode/go": "^
|
|
60
|
+
"@edgeandnode/gds": "^6.0.0-updating-switchNetwork-networkIcon-caip2id-1733331573973-050f9aca50dd039b0c7bb41468d2b5401c191516",
|
|
61
|
+
"@edgeandnode/go": "^7.0.0-updating-switchNetwork-networkIcon-caip2id-1733331573973-050f9aca50dd039b0c7bb41468d2b5401c191516"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@emotion/react": "^11.13",
|
|
65
65
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
66
66
|
"@ethersproject/properties": "^5.7.0",
|
|
67
|
-
"@tanstack/react-query": "^5.
|
|
67
|
+
"@tanstack/react-query": "^5.61.4",
|
|
68
68
|
"@types/react": "^18.3.12",
|
|
69
69
|
"@types/react-dom": "^18.3.1",
|
|
70
70
|
"autoprefixer": "^10.4.20",
|
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
"react": "^18.3.1",
|
|
75
75
|
"react-dom": "^18.3.1",
|
|
76
76
|
"ts-node": "^10.9.2",
|
|
77
|
-
"viem": "^2.21.
|
|
78
|
-
"wagmi": "^2.13.
|
|
79
|
-
"@edgeandnode/common": "^6.
|
|
77
|
+
"viem": "^2.21.51",
|
|
78
|
+
"wagmi": "^2.13.0",
|
|
79
|
+
"@edgeandnode/common": "^6.35.0",
|
|
80
80
|
"@edgeandnode/ens": "^2.0.1",
|
|
81
|
-
"@edgeandnode/gds": "^
|
|
82
|
-
"@edgeandnode/go": "^
|
|
81
|
+
"@edgeandnode/gds": "^6.0.0-updating-switchNetwork-networkIcon-caip2id-1733331573973-050f9aca50dd039b0c7bb41468d2b5401c191516",
|
|
82
|
+
"@edgeandnode/go": "^7.0.0-updating-switchNetwork-networkIcon-caip2id-1733331573973-050f9aca50dd039b0c7bb41468d2b5401c191516",
|
|
83
83
|
"@edgeandnode/test-utils": "^2.0.2"
|
|
84
84
|
},
|
|
85
85
|
"scripts": {
|