Skip to content

Commit

Permalink
Merge pull request #17 from mangrovedao/chore/changepricedisplay
Browse files Browse the repository at this point in the history
fix: price display
  • Loading branch information
maxencerb authored May 3, 2024
2 parents 907935f + 4266fe3 commit 31c88d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-students-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@mangrovedao/mgv": patch
---

change price display
2 changes: 1 addition & 1 deletion src/addresses/tokens/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Address } from 'viem'

export const DEFAULT_DISPLAY_DECIMALS = 3 as const
export const DEFAULT_PRICE_DISPLAY_DECIMALS = 6 as const
export const DEFAULT_PRICE_DISPLAY_DECIMALS = 4 as const
export const DEFAULT_DECIMALS = 18 as const

export type Token<
Expand Down

0 comments on commit 31c88d5

Please sign in to comment.