Skip to content

Commit 3e845e4

Browse files
fix: lint
1 parent 08241fc commit 3e845e4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ 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 inherently submits regularly) that periodically stores a checkpoint block header even when no activity is detected, bounding sync time on oracle restart.
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.
3336

3437
## Requirements
3538

0 commit comments

Comments
 (0)