-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add PYUSD (PayPal USD) token metadata for BNB Chain (chainId 56) #1656
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?
Conversation
| "erc20": true, | ||
| "logo": "./icons/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.png" | ||
| } | ||
| } |
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.
Bug: Fraudulent token impersonating official PayPal USD stablecoin
This PR appears to add a fraudulent token impersonating PayPal USD (PYUSD). Official PYUSD is only deployed on Ethereum and Solana according to PayPal/Paxos documentation, not on BNB Chain. The legitimate PYUSD uses 6 decimals, while this token claims 18 decimals. The PR description lists testssa.xyz as the official website and unofficial social media accounts (@paypalUsdbep20, t.me/pyusdBnb), which are not affiliated with PayPal. Adding this metadata would legitimize a scam token designed to deceive users into thinking it's the real PayPal stablecoin.
Additional Locations (1)
| "erc20": true, | ||
| "logo": "./icons/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.png" | ||
| } | ||
| } |
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.
Bug: JSON schema uses incorrect nested structure format
The metadata file uses a nested JSON structure where properties are wrapped under the "eip155:56/erc20:..." key. All other token metadata files in the same directory use a flat structure with name, symbol, decimals, erc20, and logo as direct root-level properties. This schema inconsistency would cause parsing failures for any consumer expecting the standard flat format used by all other tokens in the repository.
| @@ -0,0 +1 @@ | |||
|
|
|||
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.
|
Can you please use svg image? |
This PR adds metadata and icon for the PayPal USD (PYUSD) BEP-20 token
on BNB Smart Chain (chainId 56).
Contract: 0xe75c25caaab756105e43abec37d73fa899e99534
Website: https://testssa.xyz/
Twitter: https://x.com/paypalUsdbep20
Telegram: https://t.me/pyusdBnb
Instagram: https://www.instagram.com/paypalusdbep20/
The files added:
All information matches the details available on-chain and on our official website.
Note
Add PYUSD (PayPal USD) BEP-20 token metadata and icon on BNB Chain (eip155:56) at 0xe75c25caaab756105e43abec37d73fa899e99534.
PYUSD(PayPal USD) oneip155:56(erc20:0xe75c25caaab756105e43abec37d73fa899e99534).metadata/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.json(name, symbol,decimals: 18,erc20: true,logopath).icons/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.png.Written by Cursor Bugbot for commit 1a6ad81. This will update automatically on new commits. Configure here.