Module alloy_zksync::contracts::l2::l2_bridge::L2Bridge

source ·
Expand description

L2Bridge contract for finalizing deposits from Layer 1.

contract L2Bridge {
    function finalizeDeposit(address _l1Sender, address _l2Receiver, address _l1Token, uint256 _amount, bytes calldata _data);
}

Structs§

Enums§

Functions§

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