Skip to content

Commit 5bc668a

Browse files
committedMar 18, 2025·
Code review rework
1 parent 1c86027 commit 5bc668a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎watcher/src/watchers/Watcher.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ export class Watcher {
4343
chain === 'Ink' ||
4444
chain === 'HyperEVM' ||
4545
chain === 'Seievm' ||
46-
chain === 'Xlayer' ||
47-
chain === 'Mezo'
46+
chain === 'Xlayer'
4847
) {
4948
this.maximumBatchSize = 10;
5049
}

0 commit comments

Comments
 (0)
Please sign in to comment.