Skip to content

Commit 1ec035f

Browse files
committed
Batch meta loader in log-decode
1 parent a1def37 commit 1ec035f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/transaction-decoder/src/decoding/log-decode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const decodedLog = (transaction: GetTransactionReturnType, logItem: Log) =>
4545
],
4646
{
4747
concurrency: 'unbounded',
48+
batching: true,
4849
},
4950
)
5051

0 commit comments

Comments
 (0)