Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/public/CowSwap.json
Original file line number Diff line number Diff line change
Expand Up @@ -1921,6 +1921,14 @@
"chainId": 42161,
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/42161/0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34/logo.png"
},
{
"address": "0x625e7708f30ca75bfd92586e17077590c60eb4cd",
"symbol": "aArbUSDCn",
"name": "USDC",
"decimals": 18,
"chainId": 42161,
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/42161/0x625e7708f30ca75bfd92586e17077590c60eb4cd/logo.png"
},
{
"address": "0x69420f9e38a4e60a62224c489be4bf7a94402496",
"symbol": "MONEY",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"removed": false,
"address": "0x625e7708f30ca75bfd92586e17077590c60eb4cd",
"symbol": "aArbUSDCn",
"name": "USDC",
"logoURI": "https://raw.githubusercontent.com/cowprotocol/token-lists/main/src/public/images/42161/0x625e7708f30ca75bfd92586e17077590c60eb4cd/logo.png",
"reason": "I'm constantly getting Liquidity not found errors for ETH/USDC on Arbitrum.\n\n<img width=\"789\" height=\"768\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/f20860cd-59b9-4ac2-be90-eb5384ada5b6\" />",
"decimals": 18,
"chainId": 42161
}
Comment on lines +1 to +10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify token address and decimal count on-chain.

The token metadata specifies 18 decimals for a USDC variant (aArbUSDCn), which is unusual since standard USDC uses 6 decimals. While this may be intentional for an Aave-wrapped variant, confirm that address 0x625e7708f30ca75bfd92586e17077590c60eb4cd on Arbitrum actually has 18 decimals by checking the block explorer.


🌐 Web query:

What are the decimal places for token 0x625e7708f30ca75bfd92586e17077590c60eb4cd on Arbitrum?

💡 Result:

The token 0x625e7708f30ca75bfd92586e17077590c60eb4cd (Aave Arbitrum USDC / aArbUSDC) uses 6 decimals. [1]

Sources:
[1] Arbiscan token page for 0x625e7708f30ca75bfd92586e17077590c60eb4cd.


Fix incorrect decimal count for aArbUSDCn token.

The token 0x625e7708f30ca75bfd92586e17077590c60eb4cd on Arbitrum uses 6 decimals, not 18 as currently specified in the metadata. Update the decimals field from 18 to 6.

🤖 Prompt for AI Agents
In src/public/images/42161/0x625e7708f30ca75bfd92586e17077590c60eb4cd/info.json
around lines 1 to 10, the token metadata incorrectly sets "decimals": 18 for
aArbUSDCn (0x625e7708f30ca75bfd92586e17077590c60eb4cd) — change the decimals
value from 18 to 6 to reflect the token's actual 6-decimal precision; update the
JSON field accordingly and validate the file is still valid JSON after the edit.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.