Skip to content

feat: add Stobox Token (STBU) on Base - #1967

Open
genedeyev wants to merge 1 commit into
MetaMask:masterfrom
genedeyev:add-stbu-base
Open

genedeyev wants to merge 1 commit into
MetaMask:masterfrom
genedeyev:add-stbu-base

Conversation

@genedeyev

@genedeyev genedeyev commented Sep 18, 2026

Copy link
Copy Markdown

Adds icon and metadata for Stobox Token (STBU) on Base.

eip155:8453/erc20:0xe0c0F44A84CC4a60206360006ebA237a5e8fC2dd

Name, symbol and decimals are read from the contract, not from a listing:

name()     Stobox Token
symbol()   STBU
decimals() 18

Against the criteria in CONTRIBUTING.md

Against 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/8453 already answers for this token with the right symbol and decimals, and the price API quotes it, but static.cx.metamask.io/api/v1/tokenIcons/8453/0xe0c0f44a…png returns 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.

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.
@genedeyev
genedeyev requested review from a team and MRabenda as code owners September 18, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant