Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
tnkshuuhei committed Oct 12, 2024
1 parent 42683cf commit 4131301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CEP.sol
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ contract CEP is AccessControl, Errors, IERC1155Receiver {
emit TreasuryUpdated(_treasury);
}

// below functions are required by IERC1155Receiver
///@inheritdoc IERC1155Receiver
function onERC1155Received(
address operator,
address from,
Expand All @@ -406,6 +408,7 @@ contract CEP is AccessControl, Errors, IERC1155Receiver {
return this.onERC1155Received.selector;
}

///@inheritdoc IERC1155Receiver
function onERC1155BatchReceived(
address operator,
address from,
Expand Down

0 comments on commit 4131301

Please sign in to comment.