@dappworks/kit 0.5.29 → 0.5.30
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
|
|
@@ -23679,4 +23680,4 @@ js-sha3/src/sha3.js:
|
|
|
23679
23680
|
|
|
23680
23681
|
export { AppProvider, AutoMan, BigNumberInputState, BigNumberState, ConnectLedger, DisconnectLedger, ObjectPool, PromiseHook, StorageListState, StorageState, WalletConfigStore, WalletHistoryStore, WalletRpcStore, WalletStore };
|
|
23681
23682
|
//# sourceMappingURL=out.js.map
|
|
23682
|
-
//# sourceMappingURL=chunk-
|
|
23683
|
+
//# sourceMappingURL=chunk-BHO5VKIO.mjs.map
|