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 9b6042a commit d3cce05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/TokenGatewayInit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ interface L1TokenGatewayLike {
function counterpartGateway() external view returns (address);
function l1Router() external view returns (address);
function inbox() external view returns (address);
function escrow() external view returns (address);
function file(bytes32, address) external;
function registerToken(address, address) external;
}
Expand Down

0 comments on commit d3cce05

Please sign in to comment.