@ecency/wallets 1.4.6 → 1.4.7
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/node/index.mjs
CHANGED
|
@@ -759,14 +759,14 @@ function getHbdAssetGeneralInfoQueryOptions(username) {
|
|
|
759
759
|
if (!accountData) {
|
|
760
760
|
return {
|
|
761
761
|
name: "HBD",
|
|
762
|
-
title: "Hive
|
|
762
|
+
title: "Hive Dollar",
|
|
763
763
|
price,
|
|
764
764
|
accountBalance: 0
|
|
765
765
|
};
|
|
766
766
|
}
|
|
767
767
|
return {
|
|
768
768
|
name: "HBD",
|
|
769
|
-
title: "Hive
|
|
769
|
+
title: "Hive Dollar",
|
|
770
770
|
price,
|
|
771
771
|
accountBalance: parseAsset(accountData.hbd_balance).amount + parseAsset(accountData?.savings_hbd_balance).amount,
|
|
772
772
|
apr: ((dynamicProps?.hbdInterestRate ?? 0) / 100).toFixed(3),
|