From 6432c07b12b64d3d22eb095d084254d5a00e0d4d Mon Sep 17 00:00:00 2001 From: openhands Date: Tue, 3 Mar 2026 04:56:40 +0000 Subject: [PATCH] fix: correct txnBot description in ARCHITECTURE.md directory map --- docs/ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index f856446..bd48560 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -108,7 +108,7 @@ harb/ │ │ │ ├── helpers/stats.ts # Ring buffer logic │ │ │ ├── lm.ts # LiquidityManager indexing │ │ │ └── stake.ts # Stake indexing -│ └── txnBot/ # Bot: generates swap txns to simulate market activity on local fork +│ └── txnBot/ # Automation bot: calls recenter() and payTax() on profitable opportunities ├── landing/ # Landing page (Vue 3) │ ├── src/ │ │ ├── components/ # LiveStats, KFooter, WalletCard, etc.