@matchain/matchid-sdk-react 0.1.57-alpha.4 → 0.1.57-alpha.5

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.
@@ -11,7 +11,7 @@ import {
11
11
  useUserInfo,
12
12
  verifyPohApi,
13
13
  wallet_exports
14
- } from "./chunk-6RNCNC65.mjs";
14
+ } from "./chunk-N7J2GTC2.mjs";
15
15
  import {
16
16
  __export
17
17
  } from "./chunk-J5LGTIGS.mjs";
@@ -94,4 +94,4 @@ export {
94
94
  user_exports,
95
95
  api_exports
96
96
  };
97
- //# sourceMappingURL=chunk-EAZNOQRK.mjs.map
97
+ //# sourceMappingURL=chunk-OSJCRVYN.mjs.map
@@ -1621,12 +1621,9 @@ function StepEmail(props) {
1621
1621
  value: emailVal
1622
1622
  }
1623
1623
  ) }),
1624
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Button, { disabled: !canContinue, style: {
1624
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Button, { disabled: !canContinue, style: {
1625
1625
  marginTop: "64px"
1626
- }, onClick: onContinue, size: "lg", block: true, highlight: true, children: [
1627
- "99999",
1628
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_intl2.FormattedMessage, { id: "continue" })
1629
- ] })
1626
+ }, onClick: onContinue, size: "lg", block: true, highlight: true, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react_intl2.FormattedMessage, { id: "continue" }) })
1630
1627
  ] });
1631
1628
  }
1632
1629
 
@@ -3406,7 +3403,7 @@ var wagmiConfig = (0, import_rainbowkit.getDefaultConfig)({
3406
3403
  ]
3407
3404
  }
3408
3405
  ],
3409
- chains: [import_chains.mainnet, import_chains.polygon, import_chains.optimism, import_chains.arbitrum, import_chains.base, matchMain, matchTest, import_chains.bsc]
3406
+ chains: [import_chains.mainnet, import_chains.polygon, import_chains.optimism, import_chains.arbitrum, import_chains.base, matchMain, matchTest, import_chains.bsc, import_chains.bscTestnet]
3410
3407
  });
3411
3408
  var MatchContext = (0, import_react22.createContext)(void 0);
3412
3409
  var useMatch = () => {
@@ -5050,7 +5047,7 @@ function WalletContent({
5050
5047
  matchlog_default.log(res);
5051
5048
  setStatus("success");
5052
5049
  if (type == "bind") {
5053
- events.onBind && events.onBind({
5050
+ events && events.onBind && events.onBind({
5054
5051
  type: "evm"
5055
5052
  });
5056
5053
  eventManager_default.emit("onBind", {
@@ -5315,7 +5312,7 @@ function TRONConnectModal({
5315
5312
  setStatus("success");
5316
5313
  statusRef.current = "success";
5317
5314
  if (type == "bind") {
5318
- events.onBind && events.onBind({
5315
+ events && events.onBind && events.onBind({
5319
5316
  type: "tron"
5320
5317
  });
5321
5318
  eventManager_default.emit("onBind", {
@@ -5473,7 +5470,7 @@ function WalletContent2({
5473
5470
  setStatus("success");
5474
5471
  statusRef.current = "success";
5475
5472
  if (type == "bind") {
5476
- events.onBind && events.onBind({
5473
+ events && events.onBind && events.onBind({
5477
5474
  type: "ton"
5478
5475
  });
5479
5476
  eventManager_default.emit("onBind", {
@@ -5868,7 +5865,7 @@ function BTCConnectModal({
5868
5865
  setStatus("success");
5869
5866
  statusRef.current = "success";
5870
5867
  if (type == "bind") {
5871
- events.onBind && events.onBind({
5868
+ events && events.onBind && events.onBind({
5872
5869
  type: "btc"
5873
5870
  });
5874
5871
  eventManager_default.emit("onBind", {