@orderly.network/vaults 2.8.10 → 2.8.11-alpha.0
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 +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -2419,6 +2419,7 @@ var init_vaults_list = __esm({
|
|
|
2419
2419
|
aValue = a.lifetime_apy;
|
|
2420
2420
|
bValue = b.lifetime_apy;
|
|
2421
2421
|
break;
|
|
2422
|
+
// For deposits, pnl, balance - these need LP info which we'll handle in VaultListRow
|
|
2422
2423
|
default:
|
|
2423
2424
|
return 0;
|
|
2424
2425
|
}
|
|
@@ -2939,5 +2940,5 @@ exports.getVaultInfo = getVaultInfo;
|
|
|
2939
2940
|
exports.getVaultLpInfo = getVaultLpInfo;
|
|
2940
2941
|
exports.getVaultLpPerformance = getVaultLpPerformance;
|
|
2941
2942
|
exports.getVaultOverallInfo = getVaultOverallInfo;
|
|
2942
|
-
//# sourceMappingURL=
|
|
2943
|
+
//# sourceMappingURL=index.js.map
|
|
2943
2944
|
//# sourceMappingURL=index.js.map
|