Skip to content

Commit 9268303

Browse files
authored
Merge 43778a3 into a398289
2 parents a398289 + 43778a3 commit 9268303

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)