You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,8 @@ async fn run_scanner(
97
97
`EventScanner` supports:
98
98
99
99
-`with_blocks_read_per_epoch` - how many blocks are read at a time in a single batch (taken into consideration when fetching historical blocks)
100
-
-`with_reorg_rewind_depth` - how many blocks to rewind when a reorg is detected
101
-
-`with_block_confirmations` - how many confirmations to wait for before considering a block final
100
+
-`with_reorg_rewind_depth` - how many blocks to rewind when a reorg is detected (NOTE ⚠️: still WIP)
101
+
-`with_block_confirmations` - how many confirmations to wait for before considering a block final (NOTE ⚠️: still WIP)
102
102
103
103
Once configured, connect using either `connect_ws::<Ethereum>(ws_url)` or `connect_ipc::<Ethereum>(path)`. This will `connect` the `EventScanner` and allow you to create event streams and start scanning in various [modes](#scanning-Modes).
0 commit comments