//! Monad-specific EVM implementation.
//!
//! This crate provides Monad-specific customizations for REVM:
//! - Gas limit charging (no refunds)
//! - Custom precompiles (including staking at 0x1000)
//! - Custom gas costs
//! - Custom code size limits (128KB max code, 256KB max initcode)
/// API module for building and executing Monad EVM.
/// Configuration module for Monad-specific settings.
/// EVM type aliases and builders for Monad.
/// Handler customizations for Monad execution.
/// Monad-specific instruction set with custom gas costs.
/// Monad precompiles with custom gas pricing.
/// Monad specification identifiers and hardfork definitions.
/// Monad staking precompile (0x1000) - read-only view methods.
pub use *;
pub use ;
pub use MonadEvm;
pub use *;