All the stuff that we need
Replaying Legacy Transaction
Create a "legacy" transaction
clt createTx $Layer $Nonce $Value--> RLPSend the legacy transaction to L3 blockchain
sendSingedTransactionL3.sh $RLP--> HashExtract the legacy transaction from blockchain
getTheTransactionByHashL3.sh $Hash--> JSONReformat the transaction from JSON to RLP
clt rlpEncode $JSON--> RLPReplay the transaction (send to L2)
sendSingedTransactionL2.sh $RLP--> Hash