Skip to content

Commit

Permalink
Remove unused function from interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Sep 19, 2024
1 parent a78371b commit a01b872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/TokenBridgeInit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ interface L1TokenBridgeLike {
function l1ToL2Token(address) external view returns (address);
function isOpen() external view returns (uint256);
function otherBridge() external view returns (address);
function escrow() external view returns (address);
function messenger() external view returns (address);
function file(bytes32, address) external;
function registerToken(address, address) external;
Expand Down

0 comments on commit a01b872

Please sign in to comment.