Skip to content

Commit

Permalink
fix EURC decimals (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
1932293 authored Aug 8, 2024
1 parent 9ba992e commit 4a02f46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ export const tokens = {
oracleId: 'EURC',
address: '0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42',
chainId: 8453,
decimals: 18,
decimals: 6,
logoURI: '',
description:
'EURC is a euro-backed stablecoin that’s accessible globally on Avalanche, Ethereum, Base and Stellar. Similar to USDC, EURC is issued by Circle under a full-reserve model.',
Expand Down

0 comments on commit 4a02f46

Please sign in to comment.