1
2
3
4
5
6
7
//! This module contains Layer 1 (L1) contract definitions and utilities for the ZKsync network.

/// Bridgehub contract for handling L2 transaction requests and related operations.
pub mod bridge_hub;

/// L1Bridge contract for interacting with Layer 2 bridges.
pub mod l1_bridge;