@dappworks/kit 0.5.30 → 0.5.31
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.
|
@@ -23261,7 +23261,11 @@ var WalletStore = class _WalletStore {
|
|
|
23261
23261
|
}
|
|
23262
23262
|
}
|
|
23263
23263
|
useWalletClientWithoutCompatibleMode() {
|
|
23264
|
-
const { data: walletClient, isSuccess } = useWalletClient(
|
|
23264
|
+
const { data: walletClient, isSuccess } = useWalletClient({
|
|
23265
|
+
query: {
|
|
23266
|
+
refetchInterval: 2500
|
|
23267
|
+
}
|
|
23268
|
+
});
|
|
23265
23269
|
useEffect(() => {
|
|
23266
23270
|
if (isSuccess && walletClient) {
|
|
23267
23271
|
this.set({ walletClient });
|
|
@@ -23680,4 +23684,4 @@ js-sha3/src/sha3.js:
|
|
|
23680
23684
|
|
|
23681
23685
|
export { AppProvider, AutoMan, BigNumberInputState, BigNumberState, ConnectLedger, DisconnectLedger, ObjectPool, PromiseHook, StorageListState, StorageState, WalletConfigStore, WalletHistoryStore, WalletRpcStore, WalletStore };
|
|
23682
23686
|
//# sourceMappingURL=out.js.map
|
|
23683
|
-
//# sourceMappingURL=chunk-
|
|
23687
|
+
//# sourceMappingURL=chunk-J7XN2IRR.mjs.map
|