From 0fa6b94e6a5d7fc6640b50d55492200dc447d0d7 Mon Sep 17 00:00:00 2001 From: Alex1237 <54893307+myz1237@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:09:19 +0800 Subject: [PATCH] feat: add alxUSDC token (#281) --- src/tokens/base.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tokens/base.ts b/src/tokens/base.ts index 217de1c..7116126 100644 --- a/src/tokens/base.ts +++ b/src/tokens/base.ts @@ -41,6 +41,7 @@ export enum CoinKey { USDCe = 'USDCe', USDB = 'USDB', // Blast native stablecoin FRAX = 'FRAX', // Fraxtal stablecoin + AXLUSDC = 'axlUSDC', // Axelar Wrapped USDC // Other tokens WBTC = 'WBTC',