@curvefi/api 2.25.0 → 2.25.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.
File without changes
File without changes
@@ -9,8 +9,8 @@ var swap_json_2 = __importDefault(require("../abis/rai/swap.json"));
9
9
  var deposit_json_1 = __importDefault(require("../abis/rai/deposit.json"));
10
10
  var swap_json_3 = __importDefault(require("../abis/tricrypto-xdai/swap.json"));
11
11
  var zap_json_1 = __importDefault(require("../abis/tricrypto-xdai/zap.json"));
12
- var swap_json_4 = __importDefault(require("../abis/eure/swap.json"));
13
- var zap_json_2 = __importDefault(require("../abis/eure/zap.json"));
12
+ var swap_json_4 = __importDefault(require("../abis/eureusd/swap.json"));
13
+ var zap_json_2 = __importDefault(require("../abis/eureusd/zap.json"));
14
14
  var gauge_rewards_only_json_1 = __importDefault(require("../abis/gauge_rewards_only.json"));
15
15
  var gauge_child_json_1 = __importDefault(require("../abis/gauge_child.json"));
16
16
  var streamer_json_1 = __importDefault(require("../abis/streamer.json"));
@@ -105,15 +105,15 @@ exports.POOLS_DATA_XDAI = (0, utils_1.lowerCasePoolDataAddresses)({
105
105
  gauge_abi: gauge_rewards_only_json_1.default,
106
106
  deposit_abi: zap_json_1.default,
107
107
  },
108
- eure: {
109
- name: "eure",
110
- full_name: "eure",
111
- symbol: "eure",
108
+ eureusd: {
109
+ name: "eureusd",
110
+ full_name: "eureusd",
111
+ symbol: "eureusd",
112
112
  reference_asset: 'CRYPTO',
113
- swap_address: '0x0F6565DF9a25aA057Ddc65Dbc78804087665764B',
114
- token_address: '0x5A6dBE2c3746aB927c214D751cBb36f1512F6100',
113
+ swap_address: '0x056C6C5e684CeC248635eD86033378Cc444459B0',
114
+ token_address: '0x0CA1C1eC4EBf3CC67a9f545fF90a3795b318cA4a',
115
115
  gauge_address: '0x0000000000000000000000000000000000000000',
116
- deposit_address: '0x3D1a8cc1894340c3E60e0f7D7A10b9efB490dC74',
116
+ deposit_address: '0xE3FFF29d4DC930EBb787FeCd49Ee5963DADf60b6',
117
117
  is_meta: true,
118
118
  is_crypto: true,
119
119
  base_pool: '3pool',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.25.0",
3
+ "version": "2.25.1",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",