From d083060e91b0b35fe45ad22b017ab970254f79e7 Mon Sep 17 00:00:00 2001 From: Paul <108695806+pxrl@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:07:31 +0100 Subject: [PATCH] chore: Add Circle bridged (upgradable) USDC for Aleph Zero (#83) --- package.json | 2 +- src/tokens.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5991aea..f4941e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@across-protocol/constants", - "version": "3.1.21", + "version": "3.1.22", "description": "Export commonly re-used values for Across repositories", "repository": "https://github.com/across-protocol/constants.git", "author": "hello@umaproject.org", diff --git a/src/tokens.ts b/src/tokens.ts index 6e99b23..b2fe145 100644 --- a/src/tokens.ts +++ b/src/tokens.ts @@ -238,6 +238,7 @@ export const TOKEN_SYMBOLS_MAP = { symbol: "USDC.e", decimals: 6, addresses: { + [CHAIN_IDs.ALEPH_ZERO]: "0x18d25B4e18165c97e1285212e5d1f80eDD6d3Aa7", [CHAIN_IDs.ARBITRUM]: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8", [CHAIN_IDs.BOBA]: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc", [CHAIN_IDs.LINEA]: "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",