From f29029824414d9af06e81a1925ffdb55e55f12fa Mon Sep 17 00:00:00 2001 From: user Date: Sat, 28 Feb 2026 16:07:38 -0800 Subject: [PATCH] feat: expand confirm-tx warnings for contracts, burn addrs, scam list - Expand scam address list from 7 to 652 addresses using MEW darklist - Add contract address warning when sending directly to a smart contract - Add null/burn address warning (0x0000...0000, 0xdead, etc.) - All warnings use visibility:hidden/visible pattern (no layout shift) - Scam and burn address checks are synchronous; contract check is async closes #114 --- src/popup/index.html | 25 ++ src/popup/views/confirmTx.js | 26 +- src/shared/constants.js | 15 + src/shared/scamlist.js | 667 ++++++++++++++++++++++++++++++++++- 4 files changed, 713 insertions(+), 20 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index ae393ae..cdf43c7 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -599,6 +599,31 @@ Double-check the address before sending. + +