@depay/widgets 9.2.2 → 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 +2 -0
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +2 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -23346,6 +23346,8 @@ var SelectTokenDialog = (function (props) {
|
|
|
23346
23346
|
} else {
|
|
23347
23347
|
startWithBlockchain('ethereum');
|
|
23348
23348
|
}
|
|
23349
|
+
})["catch"](function () {
|
|
23350
|
+
return startWithBlockchain('ethereum');
|
|
23349
23351
|
});
|
|
23350
23352
|
} else {
|
|
23351
23353
|
startWithBlockchain('ethereum');
|