SELECT
'deposit to bentobox' as Transaction_descrition, *
FROM polygon.transactions
WHERE tx_id = '0x489d42bd78c8fdfd85c457e7e63bfcb470a2b89beea759c3643268194b4cb619'
UNION
SELECT
'limit order' as Transaction_descrition, *
FROM polygon.transactions
WHERE tx_id = '0x962c94b847bd5a0c1999b02c9d3dddfdfb0fe4f4e586f455c6f007f8e88eb58d'