//! This module contains contract definitions and utilities for different contracts in the ZKsync network.
/// Common contract utilities and definitions.
pub mod common;
/// Layer 1 (L1) contract definitions and utilities.
pub mod l1;
/// Layer 2 (L2) contract definitions and utilities.
pub mod l2;