@dappworks/kit 0.5.25 → 0.5.27
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/{chunk-BNETRERD.mjs → chunk-KMJSNJHU.mjs} +2 -2
- package/dist/chunk-KMJSNJHU.mjs.map +1 -0
- package/dist/{chunk-HI5TZD5C.mjs → chunk-KSX6MNJE.mjs} +2 -2
- package/dist/chunk-KSX6MNJE.mjs.map +1 -0
- package/dist/index.mjs +1 -1
- package/dist/jsontable.mjs +1 -1
- package/dist/metrics.mjs +1 -1
- package/dist/wallet.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-BNETRERD.mjs.map +0 -1
- package/dist/chunk-HI5TZD5C.mjs.map +0 -1
|
@@ -23076,7 +23076,7 @@ var WalletStore = class _WalletStore {
|
|
|
23076
23076
|
onError == null ? void 0 : onError(error);
|
|
23077
23077
|
console.log(error);
|
|
23078
23078
|
/reason="[A-Za-z0-9_ :"]*/g.exec(error == null ? void 0 : error.message);
|
|
23079
|
-
if (((_a = error == null ? void 0 : error.message) == null ? void 0 : _a.includes("rejected")) || ((_b = error == null ? void 0 : error.message) == null ? void 0 : _b.includes("cancel")) || String(error).toLowerCase().includes("rejected") || String(error).toLowerCase().includes("user denied")) {
|
|
23079
|
+
if (((_a = error == null ? void 0 : error.message) == null ? void 0 : _a.includes("rejected")) || ((_b = error == null ? void 0 : error.message) == null ? void 0 : _b.includes("cancel")) || String(error).toLowerCase().includes("cancel") || String(error).toLowerCase().includes("rejected") || String(error).toLowerCase().includes("user denied")) {
|
|
23080
23080
|
autoAlert && toast.error("User rejected transaction");
|
|
23081
23081
|
onError == null ? void 0 : onError(error);
|
|
23082
23082
|
return;
|
|
@@ -23199,4 +23199,4 @@ js-sha3/src/sha3.js:
|
|
|
23199
23199
|
|
|
23200
23200
|
export { AppProvider, AutoMan, BigNumberInputState, BigNumberState, ConnectLedger, DisconnectLedger, ObjectPool, PromiseHook, StorageListState, StorageState, WalletConfigStore, WalletHistoryStore, WalletRpcStore, WalletStore };
|
|
23201
23201
|
//# sourceMappingURL=out.js.map
|
|
23202
|
-
//# sourceMappingURL=chunk-
|
|
23202
|
+
//# sourceMappingURL=chunk-KMJSNJHU.mjs.map
|