Skip to content

Commit

Permalink
fix: add missing logs file
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Nov 13, 2023
1 parent 122f384 commit 5eeda07
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ tests/e2e/artifacts/

# Logs
logs
!/packages/worker/test/logs/
*.log
npm-debug.log*
yarn-debug.log*
Expand Down
18 changes: 18 additions & 0 deletions packages/worker/test/logs/block-with-no-txs-logs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"blockNumber": 6711853,
"blockHash": "0xe9b0940095e6e708deebd75fa0320cad868ec5029f92cf8cc8fb464314f5141e",
"transactionIndex": 0,
"removed": false,
"address": "0x000000000000000000000000000000000000800A",
"data": "0x00000000000000000000000000000000000000000000000000f22ec29c9c4980",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
"0x0000000000000000000000000000000000000000000000000000000000008001",
"0x000000000000000000000000a9232040bf0e0aea2578a5b2243f2916dbfc0a69"
],
"transactionHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"l1BatchNumber": 76725
}
]

0 comments on commit 5eeda07

Please sign in to comment.