Skip to content

Commit

Permalink
fix: token decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed Aug 5, 2024
1 parent c73ec33 commit 770e291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/addresses/tokens/arbitrum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ export const arbitrumWETH = buildToken({
export const arbitrumUSDC = buildToken({
address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
symbol: 'USDC',
decimals: 6,
displayDecimals: 2,
priceDisplayDecimals: 4,
})

export const arbitrumUSDT = buildToken({
address: '0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9',
symbol: 'USDT',
decimals: 6,
displayDecimals: 2,
priceDisplayDecimals: 4,
})
Expand Down

0 comments on commit 770e291

Please sign in to comment.