@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1338,7 +1338,7 @@ function useWalletInit({
|
|
|
1338
1338
|
console.error("not found iframe");
|
|
1339
1339
|
return false;
|
|
1340
1340
|
};
|
|
1341
|
-
window.waitMatchUntilWalletMessage = async (method, data, timeout =
|
|
1341
|
+
window.waitMatchUntilWalletMessage = async (method, data, timeout = 3e4) => {
|
|
1342
1342
|
return new Promise((resolve, reject) => {
|
|
1343
1343
|
const messageId = window.sendMatchWalletMessage(method, data);
|
|
1344
1344
|
if (!messageId) {
|