Skip to content

Add USDT (Tether USD) BEP20 Token on BSC#1807

Open
mineprocanada wants to merge 2 commits intoMetaMask:masterfrom
mineprocanada:add-usdt-bsc
Open

Add USDT (Tether USD) BEP20 Token on BSC#1807
mineprocanada wants to merge 2 commits intoMetaMask:masterfrom
mineprocanada:add-usdt-bsc

Conversation

@mineprocanada
Copy link
Copy Markdown

@mineprocanada mineprocanada commented May 4, 2026

Adding USDT BEP20 Token

Token Details:

Files Changed:

  • Added images/0x78115EA64CE71f54905de8018F9f69EF9734cD98.svg — SVG logo
  • Updated contract-map.json — added token entry

The contract is deployed and verified on BscScan.


Note

Low Risk
Low risk data-only update adding a new token metadata entry and SVG asset; main risk is potential incorrect contract metadata (address/decimals) or JSON formatting issues impacting consumers.

Overview
Adds a new Tether USD (USDT) token entry for contract 0x78115EA64CE71f54905de8018F9f69EF9734cD98 to contract-map.json, including its logo filename and metadata.

Introduces the corresponding SVG logo asset in images/0x78115EA64CE71f54905de8018F9f69EF9734cD98.svg, and cleans up minor JSON formatting artifacts near the edited sections.

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

@mineprocanada mineprocanada requested review from a team and MRabenda as code owners May 4, 2026 14:51
Copy link
Copy Markdown

@cursor cursor Bot left a comment

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 2 potential issues.

Fix All in Cursor

Reviewed by Cursor Bugbot for commit 35bdfea. Configure here.

Comment thread contract-map.json
"logo": "0x78115EA64CE71f54905de8018F9f69EF9734cD98.svg",
"erc20": true,
"symbol": "USDT",
"decimals": 18
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Fraudulent USDT token impersonating official Tether USD

High Severity

The contract address 0x78115EA64CE71f54905de8018F9f69EF9734cD98 is not the official USDT token on any network. The real USDT on BSC is 0x55d398326f99059fF775485246999027B3197955, and the real USDT on Ethereum is already listed in this file at 0xdAC17F958D2ee523a2206206994597C13D831ec7. Adding a fake token named "Tether USD" with symbol "USDT" to MetaMask's contract metadata registry could mislead users into trusting a fraudulent token, facilitating phishing or scam attacks.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 35bdfea. Configure here.

Comment thread contract-map.json
"logo": "0x78115EA64CE71f54905de8018F9f69EF9734cD98.svg",
"erc20": true,
"symbol": "USDT",
"decimals": 18
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

BSC token incorrectly added to Ethereum contract map

High Severity

This token is described in the PR as a BSC (Chain ID 56) BEP20 token, but it's being added to contract-map.json, which maps Ethereum mainnet ERC20 tokens. The repository has a metadata/eip155:56/ directory specifically for BSC tokens. Adding a BSC address to the Ethereum contract map means MetaMask would incorrectly associate this address with the Ethereum network, and the entry bypasses the proper CAIP-19 metadata submission process described in the README.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 35bdfea. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants