Skip to content

Commit

Permalink
refactor: add a short description for the DepositSecurityModule contract
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurayan committed Nov 13, 2024
1 parent 7f8411b commit 2d1c5fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/0.8.9/DepositSecurityModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ interface IStakingRouter {
/**
* @title DepositSecurityModule
* @dev The contract represents a security module for handling deposits.
*
* The contract allows pausing deposits in response to potential security incidents and
* requires a quorum of guardians to authorize deposit operations. It also provides a mechanism
* to unvet signing keys (a vetted key is a validator key approved for receiving ether deposits)
* in case of any issues.
*/
contract DepositSecurityModule {
/**
Expand Down

0 comments on commit 2d1c5fc

Please sign in to comment.