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