fix: use slip44:5042 for Arc's native USDC now that it has a real SLI… - #1883
Merged
Conversation
…P-44 entry Arc (eip155:5042) was enabled before its native asset (USDC) had a SLIP-44 registry entry, so it was represented with the erc20:0x0 zero-address placeholder. The Arc team has since registered slip44:5042 for it, so this renames the native asset's metadata/icon files to the slip44:5042 convention already used for Somnia/Robinhood/MegaEth, matching the erc20:false shape. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
maxime-oe
force-pushed
the
fix/arc-native-slip44-5042
branch
from
July 28, 2026 14:48
5785f63 to
b540f9f
Compare
MRabenda
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…P-44 entry
Arc (eip155:5042) was enabled before its native asset (USDC) had a SLIP-44 registry entry, so it was represented with the erc20:0x0 zero-address placeholder. The Arc team has since registered slip44:5042 for it, so this renames the native asset's metadata/icon files to the slip44:5042 convention already used for Somnia/Robinhood/MegaEth, matching the erc20:false shape.
Note
Low Risk
Metadata-only asset identifier rename; no application logic or security-sensitive code changes.
Overview
Arc chain (eip155:5042) native USDC metadata moves off the
erc20:0x000…0000placeholder now that SLIP-44 coin type 5042 is registered.The old ERC-20-style entry is removed and replaced with
slip44:5042.jsonwitherc20: false, aligned with how other chains document native assets (e.g. Somnia, Robinhood, MegaEth). Name, symbol, decimals, and logo path are updated to the slip44 naming convention.Reviewed by Cursor Bugbot for commit b540f9f. Bugbot is set up for automated code reviews on this repo. Configure here.