Commit aa726e84 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2250 from mslipper/bugfix/itests

integration-tests: Fix merge issue
parents daee7316 e3016611
......@@ -15,8 +15,9 @@ describe('Batch Serialization', () => {
it('should fetch batches', async () => {
const tip = await env.l1Provider.getBlockNumber()
const logs = await env.ctc.queryFilter(
env.ctc.filters.TransactionBatchAppended(),
const ctc = env.messenger.contracts.l1.CanonicalTransactionChain
const logs = await ctc.queryFilter(
ctc.filters.TransactionBatchAppended(),
0,
tip
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment