In `get_bytecode_by_hash` at https://github.com/matter-labs/alloy-zksync/blob/main/src/provider/mod.rs#L206 a txn hash is passed in `zks_getBytecodeByHash`, but this method is meant to accept the bytecode hash of a contract, not a transaction.