Skip to content

Commit

Permalink
test: custom errors Delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Sep 25, 2024
1 parent 7cdeb7c commit 662fb30
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 78 deletions.
2 changes: 1 addition & 1 deletion src/contracts/core/DelegationManagerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import "../interfaces/IEigenPodManager.sol";
* @author Layr Labs, Inc.
* @notice Terms of Service: https://docs.eigenlayer.xyz/overview/terms-of-service
* @notice This storage contract is separate from the logic to simplify the upgrade process.
*/
*/
abstract contract DelegationManagerStorage is IDelegationManager {
/// @notice The EIP-712 typehash for the contract's domain
bytes32 public constant DOMAIN_TYPEHASH =
Expand Down
Loading

0 comments on commit 662fb30

Please sign in to comment.