Skip to content

Commit

Permalink
chore: fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Sep 25, 2024
1 parent 3dff309 commit b2ebb7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yarn-project/archiver/src/archiver/archiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -783,4 +783,7 @@ class ArchiverStoreHelper
getContractArtifact(address: AztecAddress): Promise<ContractArtifact | undefined> {
return this.store.getContractArtifact(address);
}
getTotalL1ToL2MessageCount(): Promise<bigint> {
return this.store.getTotalL1ToL2MessageCount();
}
}

0 comments on commit b2ebb7f

Please sign in to comment.