From 4f39dcc64b08a24c655a4bdd6dca78d33d48d3c2 Mon Sep 17 00:00:00 2001 From: RanchiMall Dev Date: Sat, 31 Jan 2026 21:46:52 +0000 Subject: [PATCH] Workflow updating files of floethereum --- floethereum/scripts/ethOperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floethereum/scripts/ethOperator.js b/floethereum/scripts/ethOperator.js index ec8f60d..3d5231d 100644 --- a/floethereum/scripts/ethOperator.js +++ b/floethereum/scripts/ethOperator.js @@ -417,7 +417,7 @@ const allowedTokenAddresses = Object.values(CONTRACT_ADDRESSES).map(addr => addr.toLowerCase()); const rawTokenTransfers = tokenTxData.status === '1' ? tokenTxData.result : []; const tokenTransfers = rawTokenTransfers.filter(tx => - allowedTokenAddresses.includes(tx.contractAddress.toLowerCase()) + allowedTokenAddresses.includes(tx.contractAddress.toLowerCase()) && tx.value !== '0' ); // Combine and sort transactions