Skip to content

Commit

Permalink
zk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Jan 30, 2024
1 parent d739034 commit 96c70a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions l1-contracts/contracts/bridge/interfaces/IL1Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,7 @@ interface IL1Bridge {

function l2BridgeAddress(uint256 _chainId) external view returns (address);

function depositHappened(
uint256 _chainId,
bytes32 _l2TxHash
) external view returns (bytes32);
function depositHappened(uint256 _chainId, bytes32 _l2TxHash) external view returns (bytes32);

/// data is abi encoded :
/// address _l1Token,
Expand All @@ -121,4 +118,3 @@ interface IL1Bridge {

function bridgehubConfirmL2Transaction(uint256 _chainId, bytes32 _txDataHash, bytes32 _txHash) external;
}

0 comments on commit 96c70a0

Please sign in to comment.