@dappworks/kit 0.5.29 → 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.
|
@@ -6637,6 +6637,7 @@ var WalletConfigStore = class {
|
|
|
6637
6637
|
var _a;
|
|
6638
6638
|
return ObjectPool.get(`rainbowKitConfig-${(_a = this.supportedChains) == null ? void 0 : _a.map((i) => i.id).join("-")}`, () => {
|
|
6639
6639
|
return getDefaultConfig({
|
|
6640
|
+
pollingInterval: 2500,
|
|
6640
6641
|
appName: this.appName,
|
|
6641
6642
|
projectId: this.projectId,
|
|
6642
6643
|
//@ts-ignore
|
|
@@ -23260,7 +23261,11 @@ var WalletStore = class _WalletStore {
|
|
|
23260
23261
|
}
|
|
23261
23262
|
}
|
|
23262
23263
|
useWalletClientWithoutCompatibleMode() {
|
|
23263
|
-
const { data: walletClient, isSuccess } = useWalletClient(
|
|
23264
|
+
const { data: walletClient, isSuccess } = useWalletClient({
|
|
23265
|
+
query: {
|
|
23266
|
+
refetchInterval: 2500
|
|
23267
|
+
}
|
|
23268
|
+
});
|
|
23264
23269
|
useEffect(() => {
|
|
23265
23270
|
if (isSuccess && walletClient) {
|
|
23266
23271
|
this.set({ walletClient });
|
|
@@ -23679,4 +23684,4 @@ js-sha3/src/sha3.js:
|
|
|
23679
23684
|
|
|
23680
23685
|
export { AppProvider, AutoMan, BigNumberInputState, BigNumberState, ConnectLedger, DisconnectLedger, ObjectPool, PromiseHook, StorageListState, StorageState, WalletConfigStore, WalletHistoryStore, WalletRpcStore, WalletStore };
|
|
23681
23686
|
//# sourceMappingURL=out.js.map
|
|
23682
|
-
//# sourceMappingURL=chunk-
|
|
23687
|
+
//# sourceMappingURL=chunk-J7XN2IRR.mjs.map
|