Skip to content

Commit

Permalink
chore: Add Circle bridged (upgradable) USDC for Aleph Zero (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Dec 12, 2024
1 parent 88ca43d commit d083060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d083060

Please sign in to comment.