Skip to content

Commit c4b18f9

Browse files
fix(docs): feedback changes
1 parent 3e845e4 commit c4b18f9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ The oracle supports four operating modes, configured via `ORACLE_MODE`:
2929
| `watcher` | You want headers only for blocks where specific addresses have on-chain activity (transactions to/from) | Scans blocks for interactions with watched addresses and submits only those block headers. Supports optional internal transaction detection via `debug_traceTransaction` |
3030
| `token_watcher` | You want headers only for blocks containing ERC-20 transfers to specific recipients (e.g., bridge deposit addresses) | Monitors `Transfer` events on configured token contracts filtered by recipient addresses, and submits headers for blocks with matching transfers |
3131

32-
All modes include a **heartbeat mechanism** (except `push`, which
33-
inherently submits regularly) that periodically stores a checkpoint
34-
block header even when no activity is detected, bounding sync time
35-
on oracle restart.
32+
The `watcher` and `token_watcher` modes include a **heartbeat
33+
mechanism** that periodically stores a checkpoint block header even
34+
when no activity is detected, bounding sync time on oracle restart.
3635

3736
## Requirements
3837

0 commit comments

Comments
 (0)