Conversation
Icon and metadata for STBU, the utility token of Stobox, at its canonical contract on Base. Name, symbol and decimals are read from the contract. Icon follows STYLEGUIDE.md: pure vector paths, square background filling the artboard (no rounded corners with transparent edges, so the circular crop takes no bite out of the mark), the glyph inside the safe area, legible in light and dark at 20px.
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.
Adds icon and metadata for Stobox Token (STBU) on Base.
eip155:8453/erc20:0xe0c0F44A84CC4a60206360006ebA237a5e8fC2ddName, symbol and decimals are read from the contract, not from a listing:
Against the criteria in CONTRIBUTING.md
STBUToken, solc v0.8.28, verified on BaseScan. https://basescan.org/address/0xe0c0F44A84CC4a60206360006ebA237a5e8fC2dd#codeAgainst STYLEGUIDE.md
The icon is an SVG of pure vector paths – no
<image>, no<foreignObject>, no nested<svg>, no animation, 1.5 KB.The one change from the logo we publish elsewhere: the background is a square filling the whole artboard rather than a rounded square, because the guide asks for exactly that – a rounded background with transparent corners loses its corners to the circular crop. Rendered and checked in light and dark at 96, 48, 32 and 20 px in a circular mask; the mark stays inside the safe area and stays legible at the smallest size.
Why it matters for MetaMask users
token.api.cx.metamask.io/token/8453already answers for this token with the right symbol and decimals, and the price API quotes it, butstatic.cx.metamask.io/api/v1/tokenIcons/8453/0xe0c0f44a…pngreturns 403. Holders who see the token therefore see it grey and unnamed next to a logoed ETH, which is how a fake looks. This PR gives it its own mark.Note
Low Risk
Additive token metadata and static icon only; no runtime or security-sensitive code paths.
Overview
Registers Stobox Token (STBU) on Base (
0xe0c0F44A…) in the token assets repo by adding a new metadata entry and matching SVG icon.The JSON lists name, symbol, decimals (18), and points the logo field at the new vector icon (square gradient background with the STBU mark). No application or contract code changes—only list assets so MetaMask can show the correct name and icon instead of a generic placeholder.
Reviewed by Cursor Bugbot for commit 76b8ce8. Bugbot is set up for automated code reviews on this repo. Configure here.