@curvefi/api 2.50.9 → 2.50.10

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.
@@ -238,15 +238,15 @@ export var ALIASES_BASE = lowerCaseValues({
238
238
  });
239
239
  export var ALIASES_BSC = lowerCaseValues({
240
240
  "crv": "0x8Ee73c484A26e0A5df2Ee2a4960B789967dd0415",
241
- "gauge_factory": "0x0000000000000000000000000000000000000000",
241
+ "gauge_factory": "0xabC000d88f23Bb45525E447528DBF656A9D55bf5",
242
242
  "voting_escrow": "0x0000000000000000000000000000000000000000",
243
243
  "fee_distributor": "0x0000000000000000000000000000000000000000",
244
244
  "gauge_controller": "0x0000000000000000000000000000000000000000",
245
245
  "address_provider": "0x0000000000000000000000000000000000000000",
246
- "router": "0x0000000000000000000000000000000000000000",
247
- "deposit_and_stake": "0x0000000000000000000000000000000000000000",
248
- "stable_calc": "0x0000000000000000000000000000000000000000",
249
- "crypto_calc": '0x0000000000000000000000000000000000000000',
246
+ "router": "0x69522fb5337663d3B4dFB0030b881c1A750Adb4f",
247
+ "deposit_and_stake": "0x5552b631e2aD801fAa129Aacf4B701071cC9D1f7",
248
+ "stable_calc": "0x0fE38dCC905eC14F6099a83Ac5C93BF2601300CF",
249
+ "crypto_calc": '0xd6681e74eEA20d196c15038C580f721EF2aB6320',
250
250
  "factory": '0xEfDE221f306152971D8e9f181bFe998447975810',
251
251
  "crvusd_factory": '0x0000000000000000000000000000000000000000',
252
252
  "eywa_factory": '0x0000000000000000000000000000000000000000',
package/lib/utils.js CHANGED
@@ -606,7 +606,7 @@ export var _getUsdRate = function (assetId) { return __awaiter(void 0, void 0, v
606
606
  chainName = {
607
607
  1: 'ethereum',
608
608
  10: 'optimistic-ethereum',
609
- 56: "bsc",
609
+ 56: "binance-smart-chain",
610
610
  100: 'xdai',
611
611
  137: 'polygon-pos',
612
612
  250: 'fantom',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.50.9",
3
+ "version": "2.50.10",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",