Expand description
L1Bridge contract for interacting with Layer 2 bridges.
contract L1Bridge {
function l2BridgeAddress(uint256 _chainId) external view returns (address);
}
Structs§
- L1Bridge
Instance - A
L1Bridge
instance. - l2Bridge
Address Call - Retrieves the address of the L2 bridge for a given chain ID.
- l2Bridge
Address Return - Retrieves the address of the L2 bridge for a given chain ID.
Enums§
- L1Bridge
Calls - Container for all the
L1Bridge
function calls.