@matchain/matchid-sdk-react 0.1.55 → 0.1.56-alpha.0

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/hooks.mjs CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  useTransaction,
14
14
  useUserInfo,
15
15
  useWallet
16
- } from "./chunk-PAXASLBR.mjs";
16
+ } from "./chunk-FGJ25ONR.mjs";
17
17
  import "./chunk-JX73EY6V.mjs";
18
18
  import "./chunk-UA6XHZHX.mjs";
19
19
  import "./chunk-IZOOVZAD.mjs";
package/dist/index.js CHANGED
@@ -4099,7 +4099,7 @@ function EVMConnectModal({
4099
4099
  }), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(WalletContent, { onSuccess, type }) });
4100
4100
  }
4101
4101
  function EVMModal(props) {
4102
- return props.isOpen && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(EVMConnectModal, { ...props });
4102
+ return props.isOpen && /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_rainbowkit.RainbowKitProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(EVMConnectModal, { ...props }) });
4103
4103
  }
4104
4104
 
4105
4105
  // src/components/TRONModal/index.tsx
@@ -8986,7 +8986,7 @@ var MatchProvider = ({
8986
8986
  useWalletInit({
8987
8987
  config: wallet
8988
8988
  });
8989
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_react_intl23.IntlProvider, { locale: realLocale, messages: messages[realLocale], children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_wagmi3.WagmiProvider, { config: wagmiConfig, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_react_query10.QueryClientProvider, { client: queryClient, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_rainbowkit2.RainbowKitProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
8989
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_react_intl23.IntlProvider, { locale: realLocale, messages: messages[realLocale], children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_wagmi3.WagmiProvider, { config: wagmiConfig, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_react_query10.QueryClientProvider, { client: queryClient, children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
8990
8990
  MatchContext.Provider,
8991
8991
  {
8992
8992
  value: {
@@ -8999,7 +8999,7 @@ var MatchProvider = ({
8999
8999
  },
9000
9000
  children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(context_default, { children })
9001
9001
  }
9002
- ) }) }) }) });
9002
+ ) }) }) });
9003
9003
  };
9004
9004
  var useMatch = () => {
9005
9005
  const context = (0, import_react42.useContext)(MatchContext);