@dappworks/kit 0.5.30 → 0.5.32
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.
|
@@ -23239,7 +23239,6 @@ var WalletStore = class _WalletStore {
|
|
|
23239
23239
|
});
|
|
23240
23240
|
this.event.emit("walletAccount:ready");
|
|
23241
23241
|
}
|
|
23242
|
-
this.useWalletClientWithCompatibleMode();
|
|
23243
23242
|
}, [address, isConnected, chain]);
|
|
23244
23243
|
useEffect(() => {
|
|
23245
23244
|
setTimeout(() => {
|
|
@@ -23261,7 +23260,11 @@ var WalletStore = class _WalletStore {
|
|
|
23261
23260
|
}
|
|
23262
23261
|
}
|
|
23263
23262
|
useWalletClientWithoutCompatibleMode() {
|
|
23264
|
-
const { data: walletClient, isSuccess } = useWalletClient(
|
|
23263
|
+
const { data: walletClient, isSuccess } = useWalletClient({
|
|
23264
|
+
query: {
|
|
23265
|
+
refetchInterval: 2500
|
|
23266
|
+
}
|
|
23267
|
+
});
|
|
23265
23268
|
useEffect(() => {
|
|
23266
23269
|
if (isSuccess && walletClient) {
|
|
23267
23270
|
this.set({ walletClient });
|
|
@@ -23680,4 +23683,4 @@ js-sha3/src/sha3.js:
|
|
|
23680
23683
|
|
|
23681
23684
|
export { AppProvider, AutoMan, BigNumberInputState, BigNumberState, ConnectLedger, DisconnectLedger, ObjectPool, PromiseHook, StorageListState, StorageState, WalletConfigStore, WalletHistoryStore, WalletRpcStore, WalletStore };
|
|
23682
23685
|
//# sourceMappingURL=out.js.map
|
|
23683
|
-
//# sourceMappingURL=chunk-
|
|
23686
|
+
//# sourceMappingURL=chunk-JAINYJVQ.mjs.map
|