Skip to content

Commit

Permalink
Default 9 => 8
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Feb 13, 2025
1 parent e58b139 commit 45ce96a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ interface NominalPriceDisplayProps extends HTMLAttributes<HTMLSpanElement> {
export const NominalPriceDisplay = ({
price,
q64 = false,
decimals = 9,
decimals = 8,
colorFor = "neutral",
className,
}: NominalPriceDisplayProps) => {
Expand Down

0 comments on commit 45ce96a

Please sign in to comment.