From 1125e65ed44b1d09f9848352b4896843d0f23eae Mon Sep 17 00:00:00 2001 From: void-57 Date: Sun, 1 Feb 2026 01:58:14 +0530 Subject: [PATCH] feat: Filtered transaction history to only show verified tokens (USDC, USDT) in `ethOperator.js` to prevent spam --- index.html | 2 +- scripts/ethOperator.js | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f655047..8b8d61d 100644 --- a/index.html +++ b/index.html @@ -1049,7 +1049,7 @@
${amountPrefix}${tx.value.toFixed(8)} ${tx.symbol}
- ${directionText} ${displayAddress} + ${directionText} { e.preventDefault(); checkBalance(displayAddress); }}>${displayAddress}