Skip to content

Commit

Permalink
chore(contracts): Add batchHeaderHash field to BatchHeader struct in …
Browse files Browse the repository at this point in the history
…Svc Manager interface
  • Loading branch information
epociask committed Jul 1, 2024
1 parent 1645ffe commit 619a1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/src/interfaces/IEigenDAServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ interface IEigenDAServiceManager is IServiceManager {
bytes signedStakeForQuorums; // every bytes is an amount less than 100 specifying the percentage of stake
// that has signed in the corresponding quorum in `quorumNumbers`
uint32 referenceBlockNumber;
bytes batchHeaderHash; // the hash of the batch header - used for blob lookups against DA on a rollup
}

// Relevant metadata for a given datastore
Expand Down

0 comments on commit 619a1a2

Please sign in to comment.