@ledgerhq/live-common 34.0.0-next.5 → 34.0.0-next.6

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.
@@ -9,5 +9,5 @@ exports.DEFAULT_SWAP_RATES_INTERVAL_MS = 20 * 1000;
9
9
  /**
10
10
  * Default to 30 seconds LLM
11
11
  */
12
- exports.DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 30 * 1000;
12
+ exports.DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 60 * 1000;
13
13
  //# sourceMappingURL=timeout.js.map
@@ -6,5 +6,5 @@ export const DEFAULT_SWAP_RATES_INTERVAL_MS = 20 * 1000;
6
6
  /**
7
7
  * Default to 30 seconds LLM
8
8
  */
9
- export const DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 30 * 1000;
9
+ export const DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 60 * 1000;
10
10
  //# sourceMappingURL=timeout.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ledgerhq/live-common",
3
3
  "description": "Common ground for the Ledger Live apps",
4
- "version": "34.0.0-next.5",
4
+ "version": "34.0.0-next.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/LedgerHQ/ledger-live.git"
@@ -8,4 +8,4 @@ export const DEFAULT_SWAP_RATES_INTERVAL_MS = 20 * 1000;
8
8
  /**
9
9
  * Default to 30 seconds LLM
10
10
  */
11
- export const DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 30 * 1000;
11
+ export const DEFAULT_SWAP_RATES_LLM_INTERVAL_MS = 60 * 1000;