Skip to content

Commit a07c0df

Browse files
authored
Merge pull request #27 from valorem-labs-inc/nickadamson/val-1882-use-native-usdc-rather-than-usdce
♻️ (Supported Assets): use Native USDC (drop Bridged USDC.e)
2 parents 7d060fe + 585ea66 commit a07c0df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/entities/assets/supported-asset.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ export const SUPPORTED_ASSETS: SupportedAsset[] = [
5858
name: 'USD Coin',
5959
symbol: 'USDC',
6060
decimals: 6,
61-
address: '0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8',
61+
// Native USDC address on Arbitrum One (not Bridged USDC.e)
62+
address: '0xaf88d065e77c8cC2239327C5EDb3A432268e5831',
6263
} as const,
6364
{
6465
chainId: 42161,

0 commit comments

Comments
 (0)