@curvefi/api 2.66.8 → 2.66.9
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/factory/factory.js +1 -1
- package/package.json +1 -1
package/lib/factory/factory.js
CHANGED
|
@@ -297,7 +297,7 @@ export function getFactoryPoolData() {
|
|
|
297
297
|
};
|
|
298
298
|
}
|
|
299
299
|
else {
|
|
300
|
-
const allPoolsData = Object.assign(Object.assign(Object.assign({}, this.constants.POOLS_DATA), this.constants.FACTORY_POOLS_DATA), FACTORY_POOLS_DATA);
|
|
300
|
+
const allPoolsData = Object.assign(Object.assign(Object.assign(Object.assign({}, this.constants.POOLS_DATA), this.constants.FACTORY_POOLS_DATA), this.constants.STABLE_NG_FACTORY_POOLS_DATA), FACTORY_POOLS_DATA);
|
|
301
301
|
// @ts-ignore
|
|
302
302
|
const basePoolIdCoinsDict = Object.fromEntries(basePools.ids.map((poolId) => { var _a; return [poolId, (_a = allPoolsData[poolId]) === null || _a === void 0 ? void 0 : _a.underlying_coins]; }));
|
|
303
303
|
// @ts-ignore
|