-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwallets.json
More file actions
27 lines (25 loc) · 852 Bytes
/
Copy pathwallets.json
File metadata and controls
27 lines (25 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"0x9999999999999999999999999999999999999999": {
"type": "warning",
"title": "⚠️ HIGH RISK ADDRESS",
"message": "This wallet has been linked to suspicious activity.",
"labels": ["Phishing Wallet", "Community Flagged"],
"network": "Ethereum",
"source": "Community Reports",
"lastUpdated": "2026-06-23"
},
"0x8888888888888888888888888888888888888888": {
"type": "scam",
"title": "🔴 SCAM ALERT",
"message": "Multiple scam reports have been associated with this address.",
"label": "Reported Scam Wallet",
"source": "Community Reports"
},
"0x7777777777777777777777777777777777777777": {
"type": "blocked",
"title": "🚫 SANCTIONS ALERT",
"message": "This address appears on sanctions or restricted wallet lists.",
"label": "Sanctioned Address",
"source": "Sanctions Screening"
}
}