@1delta/margin-fetcher 0.0.225 → 0.0.226
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/dist/index.js
CHANGED
|
@@ -18330,7 +18330,8 @@ function normalizeAaveV4(spokeDataList, chainId, spokeLenderKeyArg, prices, addi
|
|
|
18330
18330
|
collateralRiskBps,
|
|
18331
18331
|
riskPremiumThresholdBps,
|
|
18332
18332
|
depositable: depositableNum,
|
|
18333
|
-
borrowLiquidity: borrowLiquidityNum
|
|
18333
|
+
borrowLiquidity: borrowLiquidityNum,
|
|
18334
|
+
borrowLiquidityUSD: borrowLiquidityNum * price
|
|
18334
18335
|
};
|
|
18335
18336
|
}
|
|
18336
18337
|
if (Object.keys(data).length === 0) return void 0;
|