Skip to content

Commit c7e8c48

Browse files
committed
note wip features
1 parent 3565e7e commit c7e8c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ async fn run_scanner(
9797
`EventScanner` supports:
9898

9999
- `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)
102102

103103
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).
104104

0 commit comments

Comments
 (0)