@1delta/margin-fetcher 0.0.182 → 0.0.183
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
|
@@ -17530,7 +17530,9 @@ function buildTokenConfig(vaultAddr, reverseLTV, borrowVaults, vaultData) {
|
|
|
17530
17530
|
label: findInfo(borrowVault, vaultData)?.vaultName ?? borrowVault,
|
|
17531
17531
|
borrowCollateralFactor: ltvToNumber(ltv.borrowLTV),
|
|
17532
17532
|
collateralFactor: ltvToNumber(ltv.liquidationLTV),
|
|
17533
|
-
borrowFactor: 1
|
|
17533
|
+
borrowFactor: 1,
|
|
17534
|
+
collateralDisabled: false,
|
|
17535
|
+
debtDisabled: true
|
|
17534
17536
|
};
|
|
17535
17537
|
}
|
|
17536
17538
|
if (borrowVaults.has(vaultAddr) && !config[vaultAddr]) {
|