@matchain/matchid-sdk-react 0.1.40-alpha.1 → 0.1.40-alpha.2

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.
@@ -2895,6 +2895,7 @@ function useWalletInit({
2895
2895
  throw new Error("Wallet not found");
2896
2896
  }
2897
2897
  } catch (error) {
2898
+ console.error(`wallet init[${retry}/${times}]`, error);
2898
2899
  if (times < retry) {
2899
2900
  setTimeout(() => {
2900
2901
  window.sendMatchWalletMessage(method, data, retry, times + 1);
@@ -3922,4 +3923,4 @@ export {
3922
3923
  MatchProvider,
3923
3924
  useMatch
3924
3925
  };
3925
- //# sourceMappingURL=chunk-R3JJJMNQ.mjs.map
3926
+ //# sourceMappingURL=chunk-3CHFSRD3.mjs.map