-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add USDT (Tether USD) BEP20 Token on BSC #1807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -307,7 +307,6 @@ | |
| "symbol": "NRG", | ||
| "decimals": 18 | ||
| }, | ||
|
|
||
| "0x0d88eD6E74bbFD96B831231638b66C05571e824F": { | ||
| "name": "Aventus", | ||
| "logo": "aventus.svg", | ||
|
|
@@ -2071,7 +2070,6 @@ | |
| "symbol": "MLN", | ||
| "decimals": 18 | ||
| }, | ||
|
|
||
| "0xba358B6f5b4c0215650444B8C30D870B55050D2D": { | ||
| "name": "Hub Token", | ||
| "logo": "hub.svg", | ||
|
|
@@ -4518,5 +4516,12 @@ | |
| "erc20": true, | ||
| "symbol": "FPS", | ||
| "decimals": 18 | ||
| }, | ||
| "0x78115EA64CE71f54905de8018F9f69EF9734cD98": { | ||
| "name": "Tether USD", | ||
| "logo": "0x78115EA64CE71f54905de8018F9f69EF9734cD98.svg", | ||
| "erc20": true, | ||
| "symbol": "USDT", | ||
| "decimals": 18 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. BSC token incorrectly added to Ethereum contract mapHigh Severity This token is described in the PR as a BSC (Chain ID 56) BEP20 token, but it's being added to Reviewed by Cursor Bugbot for commit 35bdfea. Configure here. |
||
| } | ||
| } | ||
| } | ||


There was a problem hiding this comment.
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
0x78115EA64CE71f54905de8018F9f69EF9734cD98is not the official USDT token on any network. The real USDT on BSC is0x55d398326f99059fF775485246999027B3197955, and the real USDT on Ethereum is already listed in this file at0xdAC17F958D2ee523a2206206994597C13D831ec7. 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.