feat: add NOYA token metadata#1753
Open
HasanHajHasan wants to merge 2 commits intoMetaMask:masterfrom
Open
Conversation
icons/eip155:8453/erc20:0x0ae2ac003569b6B1e4DdB40dB098F204Fe054014.svg
Outdated
Show resolved
Hide resolved
| .cls-14 { | ||
| fill: #282828; | ||
| } | ||
| </style> |
There was a problem hiding this comment.
SVG uses forbidden embedded CSS style block
Low Severity
The SVG contains a <style> block with embedded CSS selectors (.cls-1 through .cls-14), which the project's STYLEGUIDE.md explicitly discourages: "❌ Avoid: <style> blocks in SVG" and "Embedded CSS selectors (.cls-1 { fill: red; })." Generic class names like .cls-1 risk conflicts when multiple SVGs are rendered on the same page.
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.


Note
Low Risk
Adds a new ERC-20 metadata entry and logo asset only; no code paths or runtime logic change.
Overview
Adds token metadata for Noya Network (NOYA) on Base (
eip155:8453), including name/symbol/decimals and alogoreference.Introduces the corresponding SVG logo asset under
icons/eip155:8453/erc20:0x0ae2ac003569b6B1e4DdB40dB098F204Fe054014.svg.Written by Cursor Bugbot for commit 46c02af. This will update automatically on new commits. Configure here.