@curvefi/api 2.3.0 → 2.3.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.
@@ -1494,4 +1494,34 @@ exports.POOLS_DATA_ETHEREUM = (0, utils_1.lowerCasePoolDataAddresses)({
1494
1494
  swap_abi: swap_json_41.default,
1495
1495
  gauge_abi: gauge_v5_json_1.default,
1496
1496
  },
1497
+ euroc: {
1498
+ name: "euroc",
1499
+ full_name: "euroc",
1500
+ symbol: "euroc",
1501
+ reference_asset: 'CRYPTO',
1502
+ swap_address: '0xE84f5b1582BA325fDf9cE6B0c1F087ccfC924e54',
1503
+ token_address: '0x70fc957eb90E37Af82ACDbd12675699797745F68',
1504
+ gauge_address: '0x4329c8F09725c0e3b6884C1daB1771bcE17934F9',
1505
+ deposit_address: '0xd446A98F88E1d053d1F64986E3Ed083bb1Ab7E5A',
1506
+ is_meta: true,
1507
+ is_crypto: true,
1508
+ base_pool: '3pool',
1509
+ underlying_coins: ['EUROC', 'DAI', 'USDC', 'USDT'],
1510
+ wrapped_coins: ['EUROC', '3Crv'],
1511
+ underlying_coin_addresses: [
1512
+ '0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c',
1513
+ '0x6B175474E89094C44Da98b954EedeAC495271d0F',
1514
+ '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
1515
+ '0xdAC17F958D2ee523a2206206994597C13D831ec7',
1516
+ ],
1517
+ wrapped_coin_addresses: [
1518
+ '0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c',
1519
+ '0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490',
1520
+ ],
1521
+ underlying_decimals: [6, 18, 6, 6],
1522
+ wrapped_decimals: [6, 18],
1523
+ swap_abi: swap_json_36.default,
1524
+ gauge_abi: gauge_v5_json_1.default,
1525
+ deposit_abi: deposit_json_22.default,
1526
+ },
1497
1527
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",