Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <deniallugo@gmail.com>
  • Loading branch information
Deniallugo committed Sep 30, 2024
1 parent 4028d35 commit c89b351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/tests/ts-integration/tests/fees.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ testFees('Test fees', function () {
const tx = await l1Messenger.sendToL1(largeData, { type: 0 });
expect(tx.gasLimit > UINT32_MAX).toBeTruthy();
const receipt = await tx.wait();
console.log(`Gas used ${receipt.gasUsed}`);
expect(receipt.gasUsed > UINT32_MAX).toBeTruthy();

// Let's also check that the same transaction would work as eth_call
Expand Down

0 comments on commit c89b351

Please sign in to comment.