From c7075987cdb4ea03103c5681612ffc454cd30747 Mon Sep 17 00:00:00 2001 From: 0xmyrddin <0xmyrddin@pm.me> Date: Thu, 11 Apr 2024 00:05:13 +0200 Subject: [PATCH] tokens: xai: replace USDC w/ native version --- src/tokens/xai.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tokens/xai.json b/src/tokens/xai.json index bfef476..97ccc57 100644 --- a/src/tokens/xai.json +++ b/src/tokens/xai.json @@ -13,9 +13,9 @@ }, { "chainId": 660279, - "symbol": "USDC.e", - "name": "Bridged USDC", - "address": "0x300a7B57DC85b6A9776E249614aBf0FE5c9905Fb", + "symbol": "USDC", + "name": "USD Coin", + "address": "0x1E3769Bd5fB2e9e9e7D4ED8667c947661F9A82E3", "logoURI": "BASE_URL/assets/usdc.svg", "decimals": 6, "common": true,