chore: update Injective USDC token address#1810
Open
jeremytsng wants to merge 1 commit into
Open
Conversation
Replace the deprecated USDCnb (0x2a25fbD67b3aE485e461fe55d9DbeF302B7D3989) with the new native USDC contract requested by Injective (0xa00C59fF5a080D2b954d0c75e46E22a0c371235a) on Injective EVM mainnet (eip155:1776). Logo is unchanged.
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.
Updates the USDC entry on Injective EVM mainnet (
eip155:1776) at the request of the Injective team.The previously listed address (
0x2a25fbD67b3aE485e461fe55d9DbeF302B7D3989) was for USDCnb, which is being deprecated. It is replaced with the new native USDC contract.Asset
eip155:1776/erc20:0xa00C59fF5a080D2b954d0c75e46E22a0c371235aChanges
0xa00C59fF5a080D2b954d0c75e46E22a0c371235avianpm run asset:set.0x2a25fbD67b3aE485e461fe55d9DbeF302B7D3989metadata + icon.Notes
0x0C382e685bbeeFE5d3d9C29e29E341fEE8E84C5d) is not added — no testnet support today.npm run asset:verifyand fullnpm test(13674/13674 passing).Jira: NEB-1152
Note
Low Risk
Low risk metadata-only change that remaps the USDC asset on
eip155:1776to a new ERC-20 contract address; no runtime logic is affected.Overview
Updates Injective EVM mainnet (
eip155:1776) USDC metadata by removing the old ERC-20 entry (erc20:0x2a25...) and adding a new entry for the native USDC contract (erc20:0xa00C...).The new metadata keeps the same token fields (name/symbol/decimals) while pointing the
logoto an address-specific SVG path.Reviewed by Cursor Bugbot for commit d0b8660. Bugbot is set up for automated code reviews on this repo. Configure here.