Skip to content

Commit 5e515d0

Browse files
committed
unit tests passing
1 parent ccc0e3f commit 5e515d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contracts/core/AllocationManagerView.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pragma solidity ^0.8.27;
44
import "./AllocationManagerStorage.sol";
55

66
/// @notice Non-state mutating view functions, (static) called by the `AllocationManager`.
7-
contract AllocationManagerView is // `AllocationManagerStorage` starts at slot 51.
8-
AllocationManagerStorage, IAllocationManagerView layout at 51 {
7+
contract AllocationManagerView is // `AllocationManagerStorage` starts at slot 151.
8+
AllocationManagerStorage, IAllocationManagerView layout at 151 {
99
using DoubleEndedQueue for DoubleEndedQueue.Bytes32Deque;
1010
using Snapshots for Snapshots.DefaultWadHistory;
1111
using OperatorSetLib for OperatorSet;

0 commit comments

Comments
 (0)