From 585ea66c01c137dd4054fb7712b19887ee86e3a2 Mon Sep 17 00:00:00 2001 From: Nick Adamson Date: Tue, 16 Jan 2024 13:32:15 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20(chore):=20revert=20the=20revert?= =?UTF-8?q?=20on=20Native=20USDC=20address?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/assets/supported-asset.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/entities/assets/supported-asset.ts b/src/entities/assets/supported-asset.ts index 8a99b558..602e208b 100644 --- a/src/entities/assets/supported-asset.ts +++ b/src/entities/assets/supported-asset.ts @@ -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,