Skip to content

Commit aba4400

Browse files
uri-99JuArceMauroToscano
authored
refactor: add missing functions to contract interface (#1773)
Co-authored-by: JuArce <[email protected]> Co-authored-by: MauroFab <[email protected]>
1 parent 123c99b commit aba4400

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/src/core/IAlignedLayerServiceManager.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,8 @@ interface IAlignedLayerServiceManager {
7474
function enableVerifier(uint8 verifierIdx) external;
7575

7676
function setDisabledVerifiers(uint256 bitmap) external;
77+
78+
function withdraw(uint256 amount) external;
79+
80+
function depositToBatcher(address account) external payable;
7781
}

0 commit comments

Comments
 (0)