Currently we only support legacy transactions [here](https://github.com/telosnetwork/telos-translator-rs/blob/master/src/transaction.rs#L45-L78) and should also support 1559 & 2930 as they will soon be enabled on the contract: [here](https://github.com/telosnetwork/telos.evm/blob/eip1559_and_oft/eosio.evm/include/eosio.evm/transaction.hpp#L100-L104)
Currently we only support legacy transactions here and should also support 1559 & 2930 as they will soon be enabled on the contract: here