Add KRWQ token on Base (eip155:8453) - #1889
Merged
Merged
Conversation
Co-authored-by: Prithpal Sooriya <prithpal.sooriya@gmail.com>
Prithpal-Sooriya
left a comment
Contributor
Author
There was a problem hiding this comment.
Validated metadata and image.
Prithpal-Sooriya
marked this pull request as ready for review
July 31, 2026 16:00
gabrieledm
approved these changes
Aug 3, 2026
d5u
approved these changes
Aug 3, 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.
Description
Adds metadata and icon for the KRWQ token on Base to override the incorrect
KRWTsymbol currently shown in MetaMask Swaps.eip155:8453/erc20:0x370923D39f139C64813f173a1bf0b4f9Ba36a24fKRWQContext
MetaMask Swaps shows this token as
KRWTinstead ofKRWQ. The token was renamed, and most aggregators still return the staleKRWTsymbol (CoinGecko has picked upKRWQ).The on-chain contract is the source of truth and now returns
KRWQ, verified viaeth_callagainst the contract on Basescan:name()→KRWQsymbol()→KRWQdecimals()→18Icon sourced from the token's CoinGecko listing (250x250 PNG).
Changes
metadata/eip155:8453/erc20:0x370923D39f139C64813f173a1bf0b4f9Ba36a24f.jsonicons/eip155:8453/erc20:0x370923D39f139C64813f173a1bf0b4f9Ba36a24f.pngAdded via
npm run asset:set, validated withnpm run asset:verify, and the full test suite passes (702/702).