@merkl/api 0.20.2 → 0.20.4

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.
@@ -32,7 +32,7 @@ export declare const CacheDeclaration: {
32
32
  };
33
33
  EulerV2Vaults: {
34
34
  compressed: false;
35
- redisTTL: TTLType.Hours3;
35
+ redisTTL: TTLType.Day;
36
36
  localCache: false;
37
37
  };
38
38
  CompoundV2ForksVaults: {
@@ -127,7 +127,7 @@ export declare const CacheDeclaration: {
127
127
  };
128
128
  UniswapV4Pools: {
129
129
  compressed: false;
130
- redisTTL: TTLType.Hours3;
130
+ redisTTL: TTLType.Day;
131
131
  localCache: false;
132
132
  };
133
133
  };
@@ -20,7 +20,7 @@ export const CacheDeclaration = {
20
20
  },
21
21
  EulerV2Vaults: {
22
22
  compressed: false,
23
- redisTTL: TTLType.Hours3,
23
+ redisTTL: TTLType.Day,
24
24
  localCache: false,
25
25
  },
26
26
  CompoundV2ForksVaults: {
@@ -115,7 +115,7 @@ export const CacheDeclaration = {
115
115
  },
116
116
  UniswapV4Pools: {
117
117
  compressed: false,
118
- redisTTL: TTLType.Hours3,
118
+ redisTTL: TTLType.Day,
119
119
  localCache: false,
120
120
  },
121
121
  };