@stake-dao/reader 0.4.79 → 0.4.80
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.
package/package.json
CHANGED
|
@@ -34,7 +34,7 @@ export const lendingStartIndex = {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
export const CHUNK_SIZE = 30
|
|
37
|
-
export const GAUGES_CHUNK_SIZE = { 1:
|
|
37
|
+
export const GAUGES_CHUNK_SIZE = { 1: 50, 42161: 30 }
|
|
38
38
|
export const TOKENS_CHUNK_SIZE = 100
|
|
39
39
|
export const GAUGES_ADDRESS_CHUNK_SIZE = 300
|
|
40
40
|
export const GAUGES_WEIGHTS_CHUNK_SIZE = 60
|