@loafmarkets/ui 0.1.161 → 0.1.162

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
@@ -8567,7 +8567,7 @@ function PropertyOverview({
8567
8567
  { label: "Chain", value: chainValue },
8568
8568
  { label: "On-Chain Address", value: contractAddress ? truncateAddress(contractAddress) : "\u2014", mono: true, link: contractAddress ? `https://basescan.org/address/${contractAddress}` : void 0 },
8569
8569
  { label: "Token Ticker", value: ticker ?? "\u2014" },
8570
- { label: "Total Tokens", value: isLoading && resolvedTokensIssued == null ? loadingSkeleton : resolvedTokensIssued?.toLocaleString() ?? "\u2014" },
8570
+ { label: "Total Circulating Tokens", value: isLoading && resolvedTokensIssued == null ? loadingSkeleton : resolvedTokensIssued?.toLocaleString() ?? "\u2014" },
8571
8571
  { label: "Percentage Tokenized", value: percentageTokenized != null ? `${percentageTokenized}%` : "\u2014" },
8572
8572
  { label: "Property Type", value: resolvedPropertyType ?? "\u2014" },
8573
8573
  { label: "Location", value: location || "\u2014" }