@orderly.network/vaults 2.8.10-alpha.0 → 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.mjs
CHANGED
|
@@ -2413,6 +2413,7 @@ var init_vaults_list = __esm({
|
|
|
2413
2413
|
aValue = a.lifetime_apy;
|
|
2414
2414
|
bValue = b.lifetime_apy;
|
|
2415
2415
|
break;
|
|
2416
|
+
// For deposits, pnl, balance - these need LP info which we'll handle in VaultListRow
|
|
2416
2417
|
default:
|
|
2417
2418
|
return 0;
|
|
2418
2419
|
}
|
|
@@ -2929,5 +2930,5 @@ init_latest_deposit_widget();
|
|
|
2929
2930
|
init_latest_withdraw();
|
|
2930
2931
|
|
|
2931
2932
|
export { AllVaultsDesktop, AllVaultsWidget, LatestDepositWidget, LatestWithdrawWidget, ORDERLY_ICON, ORDERLY_VAULT_DESCRIPTION, ORDERLY_VAULT_TITLE, OperationType, RoleType, VaultCard, VaultCardWidget, VaultDepositAndWithdraw, VaultDepositAndWithdrawWithDialogId, VaultDepositAndWithdrawWithSheetId, VaultDepositWidget, VaultWithdrawWidget, VaultsHeaderDesktop, VaultsHeaderWidget, VaultsIntroductionWidget, VaultsList, VaultsPage, ViewModeToggle, formatAllTimeReturn, getBrokerIconUrl, getVaultInfo, getVaultLpInfo, getVaultLpPerformance, getVaultOverallInfo, useVaultCardScript, useVaultInfoActions, useVaultInfoState, useVaultLpInfoActions, useVaultLpInfoArray, useVaultLpInfoById, useVaultLpInfoIds, useVaultLpInfoState, useVaultLpPerformanceActions, useVaultLpPerformanceArray, useVaultLpPerformanceById, useVaultLpPerformanceIds, useVaultLpPerformanceState, useVaultOverallInfoActions, useVaultOverallInfoState, useVaultsHeaderScript, useVaultsStore };
|
|
2932
|
-
//# sourceMappingURL=
|
|
2933
|
+
//# sourceMappingURL=index.mjs.map
|
|
2933
2934
|
//# sourceMappingURL=index.mjs.map
|