Skip to content

Commit

Permalink
Merge pull request #124 from OffchainLabs/missing-4844-flag
Browse files Browse the repository at this point in the history
Missing custom fee token arg in 4844 tests
  • Loading branch information
yahgwai authored Jan 26, 2024
2 parents c755485 + a71cd7d commit 75346fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/contract/sequencerInbox.spec.4844.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ describe('SequencerInbox', async () => {
const sequencerInboxFac = new SequencerInbox__factory(deployer)
const seqInboxTemplate = await sequencerInboxFac.deploy(
117964,
reader4844.address
reader4844.address,
false
)
const inboxFac = new Inbox__factory(deployer)
const inboxTemplate = await inboxFac.deploy(117964)
Expand Down

0 comments on commit 75346fb

Please sign in to comment.