Block contract calls in eth_call and eth_sendRawTransaction if target contract has starknet specific data type.
Since we are aiming to provide same abi as EVM. these data types can not be used in solidity. So we can directly block calls to these contracts.