Introduction
Bridge objects for interacting with ZKsync bridges.
The ZKsync Era SDK provides bridge objects to interact with ZKsync bridges and transfer assets between networks.
Available Bridges
The SDK includes two main bridge implementations:
AbstractBridge
: A foundational abstract class that provides core bridging functionality
and serves as a base for custom bridge implementations. It defines common deposit and withdrawal functionality shared across
different bridge types.
USDCBridge
: A specialized implementation built on top of AbstractBridge
,
designed specifically for USDC token transfers via the custom USDC bridge.
Use
AbstractBridge
as a foundation for custom bridges implementation or USDCBridge
to interact with the custom USDC bridge.