Skip to content

Commit

Permalink
fix: correct number of decimals for Base tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Nov 1, 2024
1 parent b92d3a4 commit 0cd1848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/common-const/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export const EURC_BASE = new TokenWithLogo(
cowprotocolTokenLogoUrl('0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42', SupportedChainId.BASE),
SupportedChainId.BASE,
'0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42',
18,
6,
'EURC',
'EURC',
)
Expand All @@ -270,7 +270,7 @@ export const CGUSD_BASE = new TokenWithLogo(
cowprotocolTokenLogoUrl('0xca72827a3d211cfd8f6b00ac98824872b72cab49', SupportedChainId.BASE),
SupportedChainId.BASE,
'0xca72827a3d211cfd8f6b00ac98824872b72cab49',
18,
6,
'cgUSD',
'Cygnus Global USD',
)
Expand All @@ -279,7 +279,7 @@ export const USD_PLUS_BASE = new TokenWithLogo(
cowprotocolTokenLogoUrl('0xb79dd08ea68a908a97220c76d19a6aa9cbde4376', SupportedChainId.BASE),
SupportedChainId.BASE,
'0xb79dd08ea68a908a97220c76d19a6aa9cbde4376',
18,
6,
'USD+',
'USD+',
)
Expand Down

0 comments on commit 0cd1848

Please sign in to comment.