From 3e900dc14c2708681a9650db4f9f2579d4c77860 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 1 Mar 2026 06:11:35 -0800 Subject: [PATCH] feat: add Type field and on-chain details to transaction detail view - Always display a Type field as the first item under the Transaction heading, identifying the transaction as: Native ETH Transfer, ERC-20 Token Transfer, Swap, Token Approval, Contract Call, or Contract Creation - Show token contract address with identicon for ERC-20 transfers - Fetch and display on-chain details from Blockscout: block number, nonce, transaction fee, gas price, and gas used - All new fields are click-copyable with Etherscan links where applicable closes #95 --- src/popup/index.html | 27 +++++ src/popup/views/transactionDetail.js | 156 ++++++++++++++++++++++++--- 2 files changed, 171 insertions(+), 12 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 89e36b7..336431c 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -1092,6 +1092,13 @@
To
+ + + + + +