@stake-dao/reader 0.4.0 → 0.4.2

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stake-dao/reader",
3
3
  "description": "",
4
- "version": "0.4.0",
4
+ "version": "0.4.2",
5
5
  "license": "AGPL-3.0-only",
6
6
  "repository": {
7
7
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  "graphql-request": "^6.0.0",
36
36
  "lodash-es": "^4.17.21",
37
37
  "viem": "^2.9.31",
38
- "@stake-dao/constants": "0.4.0"
38
+ "@stake-dao/constants": "0.4.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/lodash-es": "^4.17.12"
@@ -126,7 +126,7 @@ export const buildCurveStrategies = async (
126
126
  let curveLendingGauges: any[] = []
127
127
  let curveLendingGaugesIndex = 0
128
128
 
129
- if (chainId === 1) {
129
+ if ([1, 42161].includes(chainId)) {
130
130
  curveLendingGauges = await provider.multicall({
131
131
  contracts: strats
132
132
  .map((s) =>