Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Jan 17, 2024
1 parent 9c72810 commit b716da9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/contract/batchData.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion test/contract/sequencerInbox.spec.4844.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@ describe('SequencerInbox', async () => {
)

const dataHashReader = await Toolkit4844.deployDataHashReader(fundingWallet)
const blobBasefeeReader = await Toolkit4844.deployBlobBasefeeReader(fundingWallet)
const blobBasefeeReader = await Toolkit4844.deployBlobBasefeeReader(
fundingWallet
)
const sequencerInboxFac = (await ethers.getContractFactory(
'SequencerInbox'
)) as SequencerInbox__factory
Expand Down

0 comments on commit b716da9

Please sign in to comment.