@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.
@@ -786,14 +786,14 @@ function getHbdAssetGeneralInfoQueryOptions(username) {
786
786
  if (!accountData) {
787
787
  return {
788
788
  name: "HBD",
789
- title: "Hive-based dollar",
789
+ title: "Hive Dollar",
790
790
  price,
791
791
  accountBalance: 0
792
792
  };
793
793
  }
794
794
  return {
795
795
  name: "HBD",
796
- title: "Hive-based dollar",
796
+ title: "Hive Dollar",
797
797
  price,
798
798
  accountBalance: parseAsset(accountData.hbd_balance).amount + parseAsset(accountData?.savings_hbd_balance).amount,
799
799
  apr: ((dynamicProps?.hbdInterestRate ?? 0) / 100).toFixed(3),