We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1432ad commit 320e21dCopy full SHA for 320e21d
watcher/src/watchers/EVMWatcher.ts
@@ -42,7 +42,7 @@ export class EVMWatcher extends Watcher {
42
this.finalizedBlockTag = finalizedBlockTag;
43
if (chain === 'Acala' || chain === 'Karura' || chain === 'Berachain') {
44
this.maximumBatchSize = 50;
45
- } else if (chain === 'Snaxchain') {
+ } else if (chain === 'Snaxchain' || chain === 'Klaytn') {
46
this.maximumBatchSize = 10;
47
}
48
0 commit comments