@curvefi/api 2.65.25 → 2.65.26

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.
@@ -211,7 +211,7 @@ export const _getLiteNetworksData = memoize((networkName) => __awaiter(void 0, v
211
211
  router: contracts.helpers.router.address.toLowerCase(),
212
212
  deposit_and_stake: contracts.helpers.deposit_and_stake_zap.address.toLowerCase(),
213
213
  stable_ng_meta_zap: contracts.helpers.stable_swap_meta_zap.address.toLowerCase(),
214
- crv: config.dao.crv.toLowerCase(),
214
+ crv: config.dao.crv ? config.dao.crv.toLowerCase() : '0x0000000000000000000000000000000000000000',
215
215
  },
216
216
  NATIVE_COIN: {
217
217
  symbol: native_currency_symbol,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.65.25",
3
+ "version": "2.65.26",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",