Expand description
L1Bridge contract for interacting with Layer 2 bridges.
contract L1Bridge {
function l2BridgeAddress(uint256 _chainId) external view returns (address);
}
Structs§
- A
L1Bridge
instance. - Retrieves the address of the L2 bridge for a given chain ID.
- Retrieves the address of the L2 bridge for a given chain ID.
Enums§
- Container for all the
L1Bridge
function calls.
Functions§
- Creates a new wrapper around an on-chain
L1Bridge
contract instance.