@curvefi/api 2.65.22 → 2.65.23

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.
@@ -222,7 +222,7 @@ export const _getLiteNetworksData = memoize((networkName) => __awaiter(void 0, v
222
222
  wrappedAddress: wrapped_native_token,
223
223
  },
224
224
  API_CONSTANTS: {
225
- nativeTokenName: config.native_currency_coingecko_id,
225
+ nativeTokenName: config.native_currency_coingecko_id || config.platform_coingecko_id,
226
226
  wrappedNativeTokenAddress: config.wrapped_native_token,
227
227
  },
228
228
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.65.22",
3
+ "version": "2.65.23",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",