Commit e3016611 authored by Matthew Slipper's avatar Matthew Slipper

integration-tests: Fix merge issue

parent daee7316
...@@ -15,8 +15,9 @@ describe('Batch Serialization', () => { ...@@ -15,8 +15,9 @@ describe('Batch Serialization', () => {
it('should fetch batches', async () => { it('should fetch batches', async () => {
const tip = await env.l1Provider.getBlockNumber() const tip = await env.l1Provider.getBlockNumber()
const logs = await env.ctc.queryFilter( const ctc = env.messenger.contracts.l1.CanonicalTransactionChain
env.ctc.filters.TransactionBatchAppended(), const logs = await ctc.queryFilter(
ctc.filters.TransactionBatchAppended(),
0, 0,
tip 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