alloy_zksync/contracts/l2/
mod.rs

1//! This module contains Layer 2 (L2) contract definitions and utilities for the ZKsync network.
2
3/// Contract deployer utilities.
4pub mod contract_deployer;
5
6/// L2Bridge contract.
7pub mod l2_bridge;