Add USDT (Tether USD) BEP20 Token on BSC#1807
Add USDT (Tether USD) BEP20 Token on BSC#1807mineprocanada wants to merge 2 commits intoMetaMask:masterfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Reviewed by Cursor Bugbot for commit 35bdfea. Configure here.
| "logo": "0x78115EA64CE71f54905de8018F9f69EF9734cD98.svg", | ||
| "erc20": true, | ||
| "symbol": "USDT", | ||
| "decimals": 18 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 35bdfea. Configure here.
| "logo": "0x78115EA64CE71f54905de8018F9f69EF9734cD98.svg", | ||
| "erc20": true, | ||
| "symbol": "USDT", | ||
| "decimals": 18 |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 35bdfea. Configure here.


Adding USDT BEP20 Token
Token Details:
0x78115EA64CE71f54905de8018F9f69EF9734cD98Files Changed:
images/0x78115EA64CE71f54905de8018F9f69EF9734cD98.svg— SVG logocontract-map.json— added token entryThe 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 contract0x78115EA64CE71f54905de8018F9f69EF9734cD98tocontract-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.