fix: correct txnBot description in ARCHITECTURE.md directory map

This commit is contained in:
openhands 2026-03-03 04:56:40 +00:00
parent e77db6ee12
commit 6432c07b12

View file

@ -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.