@edgeandnode/graph-auth-kit 3.17.0 → 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-BRvSzJy6.js";
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";
@@ -1,4 +1,4 @@
1
- import { M, b, d } from "../utils-BRvSzJy6.js";
1
+ import { M, b, d } from "../utils-CNoLR21V.js";
2
2
  export {
3
3
  M as MockGraphAuthKitProvider,
4
4
  b as buildMockProviderState,
@@ -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, { chain: `evm-${state.network}` }),
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, { chain: `evm-${n.id}` }),
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.17.0",
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",
@@ -55,10 +55,10 @@
55
55
  "theme-ui": ">=0.16",
56
56
  "viem": "^2.21",
57
57
  "wagmi": "^2.12",
58
- "@edgeandnode/common": "^6.36.0",
58
+ "@edgeandnode/common": "^6.35.0",
59
59
  "@edgeandnode/ens": "^2.0.1",
60
- "@edgeandnode/gds": "^5.38.3",
61
- "@edgeandnode/go": "^6.72.0"
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",
@@ -76,10 +76,10 @@
76
76
  "ts-node": "^10.9.2",
77
77
  "viem": "^2.21.51",
78
78
  "wagmi": "^2.13.0",
79
- "@edgeandnode/common": "^6.36.0",
79
+ "@edgeandnode/common": "^6.35.0",
80
80
  "@edgeandnode/ens": "^2.0.1",
81
- "@edgeandnode/gds": "^5.38.3",
82
- "@edgeandnode/go": "^6.72.0",
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": {