@curvefi/api 2.68.2 → 2.68.4
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.
- package/lib/router.js +1 -1
- package/package.json +2 -2
package/lib/router.js
CHANGED
|
@@ -36,7 +36,7 @@ function mapDict(dict, mapper) {
|
|
|
36
36
|
function _buildRouteGraphImpl(chainId, isLiteChain) {
|
|
37
37
|
return __awaiter(this, void 0, void 0, function* () {
|
|
38
38
|
const constants = this.constants;
|
|
39
|
-
const allPools = Object.entries(this.getPoolsData()).filter(([id]) => !["crveth", "y", "busd", "pax"].includes(id));
|
|
39
|
+
const allPools = Object.entries(this.getPoolsData()).filter(([id]) => !["crveth", "y", "busd", "pax", "susd"].includes(id));
|
|
40
40
|
const amplificationCoefficientDict = yield _getAmplificationCoefficientsFromApi.call(this);
|
|
41
41
|
const poolTvlDict = yield entriesToDictAsync(allPools, _getTVL.bind(this));
|
|
42
42
|
const input = { constants, chainId, isLiteChain, allPools, amplificationCoefficientDict, poolTvlDict };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@curvefi/api",
|
|
3
|
-
"version": "2.68.
|
|
3
|
+
"version": "2.68.4",
|
|
4
4
|
"description": "JavaScript library for curve.finance",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"author": "Macket",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"vue-eslint-parser": "^10.1.3"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@curvefi/ethcall": "^6.0.
|
|
45
|
+
"@curvefi/ethcall": "^6.0.16",
|
|
46
46
|
"bignumber.js": "^9.3.0",
|
|
47
47
|
"ethers": "^6.14.1",
|
|
48
48
|
"memoizee": "^0.4.17"
|