Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion l1-contracts/contracts/interop/IERC7786Recipient.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.24;

/// @title IERC7786Recipient
/// @notice Interface for the ERC7786 recipient
/// https://github.com/ethereum/ERCs/blob/023a7d657666308568d3d1391c578d5972636093/ERCS/erc-7786.md
/// https://github.com/ethereum/ERCs/blob/d565ee1faf753abf416a746b15586161e78f2c95/ERCS/erc-7786.md
interface IERC7786Recipient {
function receiveMessage(
bytes32 receiveId, // Unique identifier
Expand Down
Loading