Skip to content

Add Test USDT (tUSDT) metadata and icon on BNB Chain - #1960

Open
RAJU78699 wants to merge 14 commits into
MetaMask:masterfrom
RAJU78699:patch-1
Open

RAJU78699 wants to merge 14 commits into
MetaMask:masterfrom
RAJU78699:patch-1

Conversation

@RAJU78699

@RAJU78699 RAJU78699 commented Sep 15, 2026

Copy link
Copy Markdown

Adds metadata and icon for Test USDT (tUSDT) on BNB Smart Chain.

Contract:
0x1524A42B27b28E6bD3eb9908f4aE012FF1F7eBBE

This is a custom test token and is not issued by,
affiliated with, or endorsed by Tether Limited.


Note

Low Risk
Static token metadata only; no application or security-sensitive logic changes.

Overview
Adds a new ERC-20 metadata entry on BNB Smart Chain (eip155:56) for contract 0x1524A42B27b28E6bD3eb9908f4aE012FF1F7eBBE, registering Test USDT (tUSDT) with 6 decimals and a logo path under ./icons/....

This follows the same JSON shape as other chain tokens so wallets and indexers can display the custom test token (not affiliated with Tether).

Reviewed by Cursor Bugbot for commit a2b39c9. Bugbot is set up for automated code reviews on this repo. Configure here.

@RAJU78699
RAJU78699 requested review from a team and MRabenda as code owners September 15, 2026 08:47

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Reviewed by Cursor Bugbot for commit a2b39c9. Configure here.

"symbol": "tUSDT",
"decimals": 6,
"erc20": true,
"logo": "./icons/eip155:56/erc20:0x1524A42B27b28E6bD3eb9908f4aE012FF1F7eBBE.png"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing referenced token icon

Medium Severity

The logo field points to ./icons/eip155:56/erc20:0x1524A42B27b28E6bD3eb9908f4aE012FF1F7eBBE.png, but that file is not in the repository. Clients resolving this asset will fail to load the icon, and asset verification will fail.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a2b39c9. Configure here.

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