//! Common type definitions for the `MegaETH` EVM.
use TxEnv;
/// `MegaETH` transaction type used in revm.
pub type MegaTransaction = OpTransaction;
/// `MegaETH` transaction builder type used in revm.
pub type MegaTransactionBuilder = OpTransactionBuilder;
/// `MegaETH` transaction type.
pub type MegaTxType = OpTxType;
/// `MegaETH` transaction envelope type.
pub type MegaTxEnvelope = OpTxEnvelope;