From c633d75df4abaafe3f2f7ade16431de6add07aac Mon Sep 17 00:00:00 2001 From: clawbot Date: Fri, 27 Feb 2026 12:08:05 -0800 Subject: [PATCH] feat: add contract address display to AddressToken view Show the ERC-20 contract address in a grey well below the token balance. Full address displayed with click-to-copy and Etherscan link. Also fix pre-existing prettier formatting in transactions.js. Closes #9 --- src/popup/index.html | 17 +++++++++++++++++ src/popup/views/addressToken.js | 23 +++++++++++++++++++++++ src/shared/transactions.js | 13 +++++++++---- 3 files changed, 49 insertions(+), 4 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 6922bcd..a526bf3 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -358,6 +358,23 @@ + + +