Skip to content

Commit

Permalink
add data commitee contract description
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Feb 8, 2024
1 parent 48f67db commit ba17d7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/v2/consensus/validium/PolygonDataCommittee.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import "../../interfaces/IDataAvailabilityProtocol.sol";
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";

/*
* Contract responsible managing the data committee that will verify that the data sent for a validium is singed by a committee
* It is advised to give the owner of the contract to a timelock contract once the data committee is set
*/
contract PolygonDataCommittee is
IDataAvailabilityProtocol,
IPolygonDataCommitteeErrors,
Expand Down

0 comments on commit ba17d7d

Please sign in to comment.