Skip to content

Conversation

@lolipop22123
Copy link

@lolipop22123 lolipop22123 commented Dec 4, 2025

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:

  • metadata/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.json
  • icons/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.png

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.

  • Tokens:
    • New asset: PYUSD (PayPal USD) on eip155:56 (erc20:0xe75c25caaab756105e43abec37d73fa899e99534).
      • Metadata: metadata/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.json (name, symbol, decimals: 18, erc20: true, logo path).
      • Icon: icons/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.png.

Written by Cursor Bugbot for commit 1a6ad81. This will update automatically on new commits. Configure here.

@lolipop22123 lolipop22123 requested review from a team and MRabenda as code owners December 4, 2025 13:55
"erc20": true,
"logo": "./icons/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.png"
}
}
Copy link

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)

Fix in Cursor Fix in Web

"erc20": true,
"logo": "./icons/eip155:56/erc20:0xe75c25caaab756105e43abec37d73fa899e99534.png"
}
}
Copy link

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.

Fix in Cursor Fix in Web

@@ -0,0 +1 @@

Copy link

Choose a reason for hiding this comment

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

Bug: Icon PNG file appears empty or invalid

The PNG icon file appears to contain only an empty line rather than valid PNG image data. A valid PNG file would contain binary image data. This would result in broken images when the token metadata is consumed by applications.

Fix in Cursor Fix in Web

@MRabenda
Copy link
Collaborator

MRabenda commented Dec 4, 2025

Can you please use svg image?

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.

2 participants