Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"token":{
"name": "CasinoUsd",
"symbol": "cUSDT",
"decimals": 18,
"erc20": true,
"contractAddress": "0x9301d03bC62B79eA914Ebf73ce0dDF71dc95E921",
"logo": "./icons/eip155:1/erc20:0x9301d03bC62B79eA914Ebf73ce0dDF71dc95E921.svg"
},
"project": {
"officialWebsite": "https://casionusd.online/",
"description": "CasinoUsd is an ERC20 token.",
"contactEmail": "info@casionusd.online",
"socialLinks": [
"https://x.com/casinocusd",
"https://t.me/CasinocUSD"
]
},
"references": {
"etherscanTokenUrl": "https://etherscan.io/token/0x9301d03bC62B79eA914Ebf73ce0dDF71dc95E921",
"liquidityPairUrl": "https://dexscreener.com/ethereum/0xD149e51E6fE5E23D290dAe233D87f1E8448f3338",
"tokenListUrl": "https://ipfs.io/ipfs/bafkreifh5ohrtipfwlag4diqimd4fx3ecfs3emnn4qe6a25aysitz2v27u",
"coinmarketcapUrl":"https://dex.coinmarketcap.com/token/ethereum/0x9301d03bc62b79ea914ebf73ce0ddf71dc95e921/",
"coingeckoUrl": "https://www.geckoterminal.com/eth/pools/0xd149e51e6fe5e23d290dae233d87f1e8448f3338?utm_source=coingecko&utm_medium=referral&utm_campaign=searchresults"
},
"notes": {
"contractVerifiedOnEtherscan": true,
"tokenListAvailableOnHttpsOrIpfs": true
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Invalid nested metadata schema

High Severity

Token fields were nested under token, with extra top-level project, references, and notes objects. Metadata in this package is flat and limited to permitted-fields.json (name, symbol, decimals, erc20, logo, etc.). Consumers and tests read those keys at the root, so this entry loses its name, symbol, decimals, and logo and fails the permitted-fields check.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit fce0c37. Configure here.

}