@matchain/matchid-sdk-react 0.1.13 → 0.1.14

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
@@ -1373,7 +1373,7 @@ function useWalletInit({
1373
1373
  console.error("not found iframe");
1374
1374
  return false;
1375
1375
  };
1376
- window.waitMatchUntilWalletMessage = async (method, data, timeout = 1e4) => {
1376
+ window.waitMatchUntilWalletMessage = async (method, data, timeout = 3e4) => {
1377
1377
  return new Promise((resolve, reject) => {
1378
1378
  const messageId = window.sendMatchWalletMessage(method, data);
1379
1379
  if (!messageId) {