@curvefi/api 2.19.0 → 2.19.1

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.
@@ -1559,8 +1559,8 @@ exports.POOLS_DATA_ETHEREUM = (0, utils_1.lowerCasePoolDataAddresses)({
1559
1559
  token_address: "0xf43211935C781D5ca1a41d2041F397B8A7366C7A",
1560
1560
  gauge_address: "0x2932a86df44Fe8D2A706d8e9c5d51c24883423F5",
1561
1561
  is_plain: true,
1562
- underlying_coins: ['ETH', 'frxrETH'],
1563
- wrapped_coins: ['ETH', 'frxrETH'],
1562
+ underlying_coins: ['ETH', 'frxETH'],
1563
+ wrapped_coins: ['ETH', 'frxETH'],
1564
1564
  underlying_coin_addresses: [
1565
1565
  '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE',
1566
1566
  '0x5E8422345238F34275888049021821E8E08CAa1f',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.19.0",
3
+ "version": "2.19.1",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",