@edgeandnode/graph-auth-kit 7.5.0-menu-1752519937889-a55eadf9f2c0e1b0183c51ccbc1349e448e09723 → 7.5.0-menu-1754067535466-cb32add7591e2dd51114494fe6e430611a5e6027

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/ens/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { u, a, b, c } from "../useGraphAuthKitEnsNames-73LGWzqe.js";
1
+ import { u, a, b, c } from "../useGraphAuthKitEnsNames-0NID83yf.js";
2
2
  export {
3
3
  u as useGraphAuthKitAvatar,
4
4
  a as useGraphAuthKitAvatars,
@@ -492,6 +492,7 @@ function useGraphAuthKitWriteContract(parameters = {}) {
492
492
  };
493
493
  }
494
494
  export {
495
+ SafeEthersSigner as S,
495
496
  useGraphAuthKitAccount as a,
496
497
  useGraphAuthKitConnector as b,
497
498
  useClientToEthersSigner as c,
@@ -499,5 +500,6 @@ export {
499
500
  useGraphAuthKitAccountEffect as e,
500
501
  useGraphAuthKitWalletClient as f,
501
502
  useGraphAuthKitWriteContract as g,
503
+ mapReceipt as m,
502
504
  useMultisigInfo as u
503
505
  };
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  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, w, H, I, c, b, f, h, C, z, E, F, e, i, x, d, y } from "./GraphAuthKitInner.context-B8vsvUDy.js";
3
3
  import { G as G2, a as a2, M as M2, b as b2, d as d2, u as u2 } from "./utils-B0FLy5o8.js";
4
- import { a as useGraphAuthKitAccount, b as useGraphAuthKitConnector } from "./hooks-twDEXOVd.js";
5
- import { d as d3, c as c2, e as e2, f as f2, g as g2, u as u3 } from "./hooks-twDEXOVd.js";
6
- import { g as g3, u as u4, w as w2 } from "./useWaitForSafeTransaction-BWAytvN4.js";
4
+ import { a as useGraphAuthKitAccount, b as useGraphAuthKitConnector } from "./hooks-Ajg7XZho.js";
5
+ import { S as S2, m as m2, d as d3, c as c2, e as e2, f as f2, g as g2, u as u3 } from "./hooks-Ajg7XZho.js";
6
+ import { g as g3, u as u4, w as w2 } from "./useWaitForSafeTransaction-B54aZDPo.js";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
  import { Alert, ExperimentalButton } from "@edgeandnode/gds";
9
9
  import { useConfig, useSwitchChain } from "wagmi";
10
- import { u as u5, a as a3, b as b3, c as c3 } from "./useGraphAuthKitEnsNames-73LGWzqe.js";
10
+ import { u as u5, a as a3, b as b3, c as c3 } from "./useGraphAuthKitEnsNames-0NID83yf.js";
11
11
  function Connected({ children }) {
12
12
  const account = useGraphAuthKitAccount();
13
13
  const connector = useGraphAuthKitConnector();
@@ -91,6 +91,7 @@ export {
91
91
  O as OptionalGatewayApiKey,
92
92
  R as RequiredInfuraKey,
93
93
  u as RequiredWalletConnectProjectId,
94
+ S2 as SafeEthersSigner,
94
95
  a as SafeSupportedNetworkNames,
95
96
  S as SafeSupportedNetworks,
96
97
  q as SupportedClientChainId,
@@ -120,6 +121,7 @@ export {
120
121
  x as isSupportedChainId,
121
122
  d as isValidSafe,
122
123
  y as mapChainIdToChain,
124
+ m2 as mapReceipt,
123
125
  d3 as useAuthAccount,
124
126
  c2 as useClientToEthersSigner,
125
127
  u2 as useGraphAuthKit,
@@ -1,4 +1,5 @@
1
1
  export * from './constants';
2
+ export * from './SafeEthersSigner';
2
3
  export * from './useWaitForSafeTransaction';
3
4
  export * from './utils';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/safe/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,6BAA6B,CAAA;AAC3C,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/safe/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,oBAAoB,CAAA;AAClC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,SAAS,CAAA"}
@@ -1,7 +1,9 @@
1
1
  import { A, a, S, c, b, f, e, i, d } from "../GraphAuthKitInner.context-B8vsvUDy.js";
2
- import { g, u, w } from "../useWaitForSafeTransaction-BWAytvN4.js";
2
+ import { S as S2, m } from "../hooks-Ajg7XZho.js";
3
+ import { g, u, w } from "../useWaitForSafeTransaction-B54aZDPo.js";
3
4
  export {
4
5
  A as ApiKitUrlMap,
6
+ S2 as SafeEthersSigner,
5
7
  a as SafeSupportedNetworkNames,
6
8
  S as SafeSupportedNetworks,
7
9
  c as createApiKit,
@@ -11,6 +13,7 @@ export {
11
13
  e as isSafeOwner,
12
14
  i as isSafeSupportedNetwork,
13
15
  d as isValidSafe,
16
+ m as mapReceipt,
14
17
  u as useWaitForSafeTransaction,
15
18
  w as waitForSafeTransation
16
19
  };
@@ -3,7 +3,7 @@ import { createIdenticon } from "@edgeandnode/gds";
3
3
  import { getEnsAvatarQueryKey, getEnsNameQueryKey } from "@wagmi/core/query";
4
4
  import { useQuery } from "wagmi/query";
5
5
  import { J as useGraphAuthKitInnerContext, x as isSupportedChainId, o as L2Chain, n as L1ChainTestnet, p as L2ChainTestnet, L as L1Chain } from "./GraphAuthKitInner.context-B8vsvUDy.js";
6
- import { a as useGraphAuthKitAccount } from "./hooks-twDEXOVd.js";
6
+ import { a as useGraphAuthKitAccount } from "./hooks-Ajg7XZho.js";
7
7
  import { useChainId } from "wagmi";
8
8
  function useGraphAuthKitAvatar(args = {}) {
9
9
  const innerCtx = useGraphAuthKitInnerContext();
@@ -1,6 +1,6 @@
1
1
  import { useQuery } from "@tanstack/react-query";
2
2
  import { useConfig } from "wagmi";
3
- import { u as useMultisigInfo } from "./hooks-twDEXOVd.js";
3
+ import { u as useMultisigInfo } from "./hooks-Ajg7XZho.js";
4
4
  import { c as createApiKit } from "./GraphAuthKitInner.context-B8vsvUDy.js";
5
5
  async function getSafeTransaction(safeTxHash, network) {
6
6
  const apiKit = await createApiKit(network);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@edgeandnode/graph-auth-kit",
3
3
  "private": false,
4
- "version": "7.5.0-menu-1752519937889-a55eadf9f2c0e1b0183c51ccbc1349e448e09723",
4
+ "version": "7.5.0-menu-1754067535466-cb32add7591e2dd51114494fe6e430611a5e6027",
5
5
  "description": "Wallet authentication connect kit in The Graph suite of applications",
6
6
  "author": "Edge & Node",
7
7
  "license": "UNLICENSED",
@@ -54,10 +54,10 @@
54
54
  "theme-ui": ">=0.16",
55
55
  "viem": "^2.30.0",
56
56
  "wagmi": "^2.15.4",
57
- "@edgeandnode/common": "^7.1.0-menu-1752519937889-a55eadf9f2c0e1b0183c51ccbc1349e448e09723",
57
+ "@edgeandnode/common": "^7.1.0-menu-1754067535466-cb32add7591e2dd51114494fe6e430611a5e6027",
58
58
  "@edgeandnode/ens": "^2.3.0",
59
- "@edgeandnode/gds": "^6.8.0-menu-1752519937889-a55eadf9f2c0e1b0183c51ccbc1349e448e09723",
60
- "@edgeandnode/go": "^10.4.0-menu-1752519937889-a55eadf9f2c0e1b0183c51ccbc1349e448e09723"
59
+ "@edgeandnode/gds": "^6.8.0-menu-1754067535466-cb32add7591e2dd51114494fe6e430611a5e6027",
60
+ "@edgeandnode/go": "^10.4.0-menu-1754067535466-cb32add7591e2dd51114494fe6e430611a5e6027"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@emotion/react": "^11.14",
@@ -74,10 +74,10 @@
74
74
  "ts-node": "^10.9.2",
75
75
  "viem": "^2.30.1",
76
76
  "wagmi": "^2.15.4",
77
- "@edgeandnode/common": "^7.1.0-menu-1752519937889-a55eadf9f2c0e1b0183c51ccbc1349e448e09723",
77
+ "@edgeandnode/common": "^7.1.0-menu-1754067535466-cb32add7591e2dd51114494fe6e430611a5e6027",
78
78
  "@edgeandnode/ens": "^2.3.0",
79
- "@edgeandnode/gds": "^6.8.0-menu-1752519937889-a55eadf9f2c0e1b0183c51ccbc1349e448e09723",
80
- "@edgeandnode/go": "^10.4.0-menu-1752519937889-a55eadf9f2c0e1b0183c51ccbc1349e448e09723",
79
+ "@edgeandnode/gds": "^6.8.0-menu-1754067535466-cb32add7591e2dd51114494fe6e430611a5e6027",
80
+ "@edgeandnode/go": "^10.4.0-menu-1754067535466-cb32add7591e2dd51114494fe6e430611a5e6027",
81
81
  "@edgeandnode/jsx": "^1.1.0",
82
82
  "@edgeandnode/test-utils": "^2.1.0"
83
83
  },