Module alloy_zksync::contracts::l1::l1_bridge::L1Bridge

source ·
Expand description

L1Bridge contract for interacting with Layer 2 bridges.

contract L1Bridge {
    function l2BridgeAddress(uint256 _chainId) external view returns (address);
}

Structs§

Enums§

Functions§

  • Creates a new wrapper around an on-chain L1Bridge contract instance.