Commit 9c99393f authored by Kevin Ho's avatar Kevin Ho Committed by GitHub

Merge pull request #1378 from TransmissionsDev/patch-1

Lower NUM_BLOCKS_TO_FETCH in Watcher
parents d191a6c6 0b8180b0
---
"@eth-optimism/core-utils": patch
---
Lower NUM_BLOCKS_TO_FETCH in Watcher
......@@ -17,7 +17,7 @@ export class Watcher {
public l1: Layer
public l2: Layer
public pollInterval = 3000
public NUM_BLOCKS_TO_FETCH = 10_000_000
public NUM_BLOCKS_TO_FETCH = 9_999
constructor(opts: WatcherOptions) {
this.l1 = opts.l1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment