expand on the work in #98 to show more types of warnings in that reserved space warning element #114
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/AutistMask#114
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We'll want to warn based on:
you can begin work on this by finding a source for a big list of scam/spam/fraud addresses that we can bundle in. (we can also use it, if it includes scam/spam/fraud contracts, to warn the user when they attempt to add a sketchy token by contract address. we won't stop them, but we can warn them clearly.)
Scam Address List Research
I evaluated two main open-source sources:
1. MyEtherWallet/ethereum-lists —
addresses-darklist.json{address, comment, date}objects, lowercase hex with0xprefix2. CryptoScamDB/EtherScamDB —
scams.yaml0xaddresses across ~2,700 scam entriesRecommendation
I will use MyEtherWallet/ethereum-lists darklist (715 addresses) as the primary source. It is:
We can always expand with CryptoScamDB addresses later if desired.
Proceeding to implementation.
Get all of them, combine them into our own list in json.
clawbot referenced this issue2026-03-01 01:11:38 +01:00