Skip to content

Commit

Permalink
fix: forgot to remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Oct 1, 2024
1 parent fbd2e5c commit a3d25c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/contracts/core/AllocationManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ contract AllocationManager is
)
{
_disableInitializers();
delegation = _delegation;
avsDirectory = _avsDirectory;
DEALLOCATION_DELAY = _DEALLOCATION_DELAY;
ALLOCATION_CONFIGURATION_DELAY = _ALLOCATION_CONFIGURATION_DELAY;
ORIGINAL_CHAIN_ID = block.chainid;
}

/**
Expand Down

0 comments on commit a3d25c0

Please sign in to comment.