@curvefi/api 2.68.1 → 2.68.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.
@@ -393,8 +393,8 @@ export const NETWORK_CONSTANTS = {
393
393
  POOLS_DATA: POOLS_DATA_POLYGON,
394
394
  COINS: COINS_POLYGON,
395
395
  NATIVE_COIN: {
396
- symbol: 'MATIC',
397
- wrappedSymbol: 'WMATIC',
396
+ symbol: 'POL',
397
+ wrappedSymbol: 'WPOL',
398
398
  address: "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
399
399
  wrappedAddress: '0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270'.toLowerCase(),
400
400
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.68.1",
3
+ "version": "2.68.2",
4
4
  "description": "JavaScript library for curve.finance",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",