@depay/widgets 9.2.1 → 9.2.3
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/esm/index.bundle.js +1 -1
- package/dist/esm/index.js +5 -0
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +5 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -20773,6 +20773,9 @@ var PaymentTrackingProvider = (function (props) {
|
|
|
20773
20773
|
setClosable(true);
|
|
20774
20774
|
}
|
|
20775
20775
|
clearInterval(pollingInterval);
|
|
20776
|
+
if (validated) {
|
|
20777
|
+
validated(true);
|
|
20778
|
+
}
|
|
20776
20779
|
setRelease(true);
|
|
20777
20780
|
}
|
|
20778
20781
|
};
|
|
@@ -23343,6 +23346,8 @@ var SelectTokenDialog = (function (props) {
|
|
|
23343
23346
|
} else {
|
|
23344
23347
|
startWithBlockchain('ethereum');
|
|
23345
23348
|
}
|
|
23349
|
+
})["catch"](function () {
|
|
23350
|
+
return startWithBlockchain('ethereum');
|
|
23346
23351
|
});
|
|
23347
23352
|
} else {
|
|
23348
23353
|
startWithBlockchain('ethereum');
|