Skip to content

Commit

Permalink
chore(IPubdataChunkPublisher): added natspec comment with security co…
Browse files Browse the repository at this point in the history
…ntact
  • Loading branch information
koloz193 committed Jan 24, 2024
1 parent abcbaf3 commit 89724e8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.20;

/**
* @author Matter Labs
* @custom:security-contact [email protected]
* @notice Interface for contract responsible chunking pubdata into the appropriate size for 4844 blobs.
*/
interface IPubdataChunkPublisher {
/// @notice Chunks pubdata into pieces that can fit into blobs.
/// @param _pubdata The total l2 to l1 pubdata that will be sent via L1 blobs.
Expand Down

0 comments on commit 89724e8

Please sign in to comment.