Skip to content

Commit

Permalink
router
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Aug 19, 2024
1 parent ade586e commit 9e52539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-contracts/contracts/bridge/L2AssetRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ contract L2AssetRouter is IL2AssetRouter, Initializable {

/// @notice Returns the address of the L1 asset router.
/// @dev The old name is kept for backward compatibility.
function l1Bridge() external view override returns (address) {
function l1Bridge() external view returns (address) {
return l1AssetRouter;
}
}

0 comments on commit 9e52539

Please sign in to comment.