Skip to content

Commit

Permalink
Merge pull request #37 from Layr-Labs/epociask--fix-ODA-04-empty-init…
Browse files Browse the repository at this point in the history
…ialization-gap
  • Loading branch information
ethenotethan authored Dec 5, 2024
2 parents af0733f + bde585b commit a940a0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bridge/SequencerInbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ contract SequencerInbox is DelegateCallAware, GasRefundEnabled, ISequencerInbox
/// @inheritdoc ISequencerInbox
bytes1 public constant EIGENDA_MESSAGE_HEADER_FLAG = 0xed;

// gap used to ensure forward compatiblity with newly introduced storage variables
// from upstream offchainlabs/nitro-contracts. Any newly introduced storage vars
// made in subsequent releases should result in decrementing the gap counter
uint256[38] internal __gap;
IRollupManager public eigenDARollupManager;

constructor(
Expand Down

0 comments on commit a940a0f

Please sign in to comment.