@curvefi/api 2.53.5 → 2.53.6

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.
Files changed (2) hide show
  1. package/lib/utils.js +1 -1
  2. package/package.json +1 -1
package/lib/utils.js CHANGED
@@ -638,7 +638,7 @@ export var _getUsdRate = function (assetId) { return __awaiter(void 0, void 0, v
638
638
  nativeTokenName = {
639
639
  1: 'ethereum',
640
640
  10: 'ethereum',
641
- 56: 'bnb',
641
+ 56: 'binancecoin',
642
642
  100: 'xdai',
643
643
  137: 'matic-network',
644
644
  250: 'fantom',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvefi/api",
3
- "version": "2.53.5",
3
+ "version": "2.53.6",
4
4
  "description": "JavaScript library for curve.fi",
5
5
  "main": "lib/index.js",
6
6
  "author": "Macket",