Skip to content

Commit

Permalink
Merge pull request #27 from valorem-labs-inc/nickadamson/val-1882-use…
Browse files Browse the repository at this point in the history
…-native-usdc-rather-than-usdce

♻️ (Supported Assets): use Native USDC (drop Bridged USDC.e)
  • Loading branch information
0xAlcibiades authored Jan 18, 2024
2 parents 7d060fe + 585ea66 commit a07c0df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entities/assets/supported-asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export const SUPPORTED_ASSETS: SupportedAsset[] = [
name: 'USD Coin',
symbol: 'USDC',
decimals: 6,
address: '0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8',
// Native USDC address on Arbitrum One (not Bridged USDC.e)
address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
} as const,
{
chainId: 42161,
Expand Down

0 comments on commit a07c0df

Please sign in to comment.