1
2
3
4
5
6
7
8
9
10
//! 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;