Skip to content

Commit

Permalink
chore: Decrement storage buffer, add EigenDA delay proof entrypoint, …
Browse files Browse the repository at this point in the history
…& refactor EigenDA tests - update storage layout for sequencer inbox
  • Loading branch information
epociask committed Jan 17, 2025
1 parent de7f13a commit 439c9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/storage/SequencerInbox
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
|-----------------------------+----------------------------------------------------------+------+--------+-------+----------------------------------------------|
| buffer | struct BufferData | 12 | 0 | 64 | src/bridge/SequencerInbox.sol:SequencerInbox |
|-----------------------------+----------------------------------------------------------+------+--------+-------+----------------------------------------------|
| __gap | uint256[38] | 14 | 0 | 1216 | src/bridge/SequencerInbox.sol:SequencerInbox |
| __gap | uint256[37] | 14 | 0 | 1184 | src/bridge/SequencerInbox.sol:SequencerInbox |
|-----------------------------+----------------------------------------------------------+------+--------+-------+----------------------------------------------|
| eigenDARollupManager | contract IRollupManager | 52 | 0 | 20 | src/bridge/SequencerInbox.sol:SequencerInbox |
| eigenDARollupManager | contract IRollupManager | 51 | 0 | 20 | src/bridge/SequencerInbox.sol:SequencerInbox |
╰-----------------------------+----------------------------------------------------------+------+--------+-------+----------------------------------------------╯

0 comments on commit 439c9d6

Please sign in to comment.