Skip to content

Commit

Permalink
Merge 306f2ea into f009da5
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 authored Feb 10, 2025
2 parents f009da5 + 306f2ea commit 69f3728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions contracts/src/core/IAlignedLayerServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@ interface IAlignedLayerServiceManager {
function enableVerifier(uint8 verifierIdx) external;

function setDisabledVerifiers(uint256 bitmap) external;

function withdraw(uint256 amount) external;

function depositToBatcher(address account) external payable;
}

0 comments on commit 69f3728

Please sign in to comment.